package b0
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=dba2fc571f39f3b8e87ee55c77bdec7ec6a5ddc7d99b8b20aeda848af546be04
md5=51ee1d66acc4d7f87bdceac1341b7711
Description
WARNING this package is unstable and work in progress, do not depend on it.
B0 describes software construction and deployments using modular and customizable definitions written in OCaml.
B0 describes:
- Build environments.
- Software configuration, build and testing.
- Source or built artefacts deployments.
- Development life-cycle procedures and actions.
B0 also provides the B00 build library which provides abitrary build abstraction with reliable and efficient incremental rebuilds. The B00 library can be – and has been – used on its own to devise domain specific build systems.
B0 is distributed under the ISC license. It depends on cmdliner.
README
B0 — Software construction and deployment kit
v0.0.1
WARNING this package is unstable and work in progress, do not depend on it.
B0 describes software construction and deployments using modular and customizable definitions written in OCaml.
B0 describes:
Build environments.
Software configuration, build and testing.
Source or built artefacts deployments.
Development life-cycle procedures and actions.
B0 also provides the B00 build library which provides abitrary build abstraction with reliable and efficient incremental rebuilds. The B00 library can be – and has been – used on its own to devise domain specific build systems.
B0 is distributed under the ISC license. It depends on cmdliner.
Install
b0 can be installed with opam
:
opam install b0
If you don't use opam
, TODO
Documentation
The documentation can be consulted online or via odig doc b0
.