https://github.com/revng/revng-orchestra
rev.ng's package manager
https://github.com/revng/revng-orchestra
Last synced: about 1 year 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-15T16:53:35.000Z (over 2 years ago)
- Last Synced: 2025-04-12T06:54:29.725Z (about 1 year ago)
- Language: Python
- Size: 605 KB
- Stars: 4
- Watchers: 3
- Forks: 6
- Open Issues: 10
-
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`