An open API service indexing awesome lists of open source software.

https://github.com/planktoscope/device-pkgs

Forklift packages for the PlanktoScope OS
https://github.com/planktoscope/device-pkgs

docker docker-compose forklift forklift-repo planktoscope

Last synced: 4 months ago
JSON representation

Forklift packages for the PlanktoScope OS

Awesome Lists containing this project

README

        

# device-pkgs
Forklift packages for the PlanktoScope OS

## Introduction

This repository provides a collection of [*Forklift*](https://github.com/PlanktoScope/forklift)
software packages for the PlanktoScope's software distro. Specifically, this repository consists of
four categories of software packages for Planktoscopes - `core`, `community`, `restricted`,
`testing` - which serve different purposes and have different types of software packages. Each
category of packages has its own subdirectory with a `README.md` file which describes its purpose.
Packages in this repository are configured to be deployed as integrated components of the overall
PlanktoScope software distro.

## Usage

Refer to the README for [Forklift](https://github.com/PlanktoScope/forklift) for usage instructions.

## Licensing

The Forklift packages in this repository each have their own software licenses, as specified by SPDX
short form identifiers (e.g. "Apache-2.0") in the packages' corresponding `forklift-package.yml`
metadata files and/or by LICENSE files provided in the package directories. Any other source code
provided here is covered by the following information, except where otherwise indicated:

Copyright Ethan Li and PlanktoScope project contributors

SPDX-License-Identifier: Apache-2.0 OR BlueOak-1.0.0

You can use the source code provided here either under the
[Apache 2.0 License](https://www.apache.org/licenses/LICENSE-2.0)
or under the [Blue Oak Model License 1.0.0](https://blueoakcouncil.org/license/1.0.0);
you get to decide. We are making the software available under the Apache license because it's
[OSI-approved](https://writing.kemitchell.com/2019/05/05/Rely-on-OSI.html),
but we like the Blue Oak Model License more because it's easier to read and understand.