Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/revng/revng-orchestra
rev.ng's package manager
https://github.com/revng/revng-orchestra
Last synced: about 2 months ago
JSON representation
rev.ng's package manager
- Host: GitHub
- URL: https://github.com/revng/revng-orchestra
- Owner: revng
- Created: 2020-11-16T12:56:08.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-15T16:53:35.000Z (10 months ago)
- Last Synced: 2024-03-16T17:28:58.544Z (10 months ago)
- Language: Python
- Size: 605 KB
- Stars: 3
- Watchers: 4
- Forks: 6
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# What is Orchestra?
Orchestra is a meta build system.
Its job is to automate the repetitive tasks required to build a complex software project with many dependencies.## How does it work?
TODO - write about:
* fundamental concepts (components, builds, dependencies)
* actions (clone, configure, install)
* binary archives
* "root portability" (rpath, etc)
* usage examples
* integration with git## Configuring Orchestra
See the documentation in `/docs`.
## Usage
TODO - document Orchestra usage
## Installing
```bash
python setup.py bdist_wheel
pip install --user dist/orchestra*.whl
```## Developing
See `HACKING.md`