package b0

  1. Overview
  2. Docs
Software construction and deployment kit

Install

Dune Dependency

Authors

Maintainers

Sources

b0-0.0.4.tbz
sha512=665735c8b7a8674201be765bdd676a18d1e38eff35de9d44c3dc15e2bfed2247e8963c9a32ae62d9ca2d6cd1edebd849aac29fdd5a846c14a30feea3edfc0601

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.

Dependencies (5)

  1. cmdliner >= "1.1.0"
  2. topkg build & >= "1.0.3"
  3. ocamlbuild build
  4. ocamlfind build
  5. ocaml >= "4.08.0" & < "5.0"

Dev Dependencies

None

Used by (3)

  1. cmarkit
  2. odig = "0.0.8"
  3. zipc

Conflicts

None