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
- Host: GitHub
- URL: https://github.com/planktoscope/device-pkgs
- Owner: PlanktoScope
- License: apache-2.0
- Created: 2023-04-15T18:09:26.000Z (about 2 years ago)
- Default Branch: edge
- Last Pushed: 2024-12-26T04:07:56.000Z (6 months ago)
- Last Synced: 2025-02-25T00:57:01.635Z (4 months ago)
- Topics: docker, docker-compose, forklift, forklift-repo, planktoscope
- Language: YAML
- Homepage:
- Size: 312 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-Apache
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.