package b0
Install
Dune Dependency
Authors
Maintainers
Sources
sha512=d24b09eb520b8b91a1e5715badc9f5bcd6a6ec49c047f719a07afef6b835c128dc63e00c3be73d5353b037f4c3c9f2889e40666b30e297e872e4d011f098394c
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 and binary deployments.
- Software life-cycle procedures.
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
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 and binary deployments.
Software life-cycle procedures.
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
, consult DEVEL.md
for bootstrap instructions.
Documentation
The documentation can be consulted online or via odig doc b0
.