Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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`