package b0

  1. Overview
  2. Docs
Software construction and deployment kit

Install

dune-project
 Dependency

Authors

Maintainers

Sources

b0-0.0.6.tbz
sha512=e9aa779e66c08fc763019f16d4706f465d16c05d6400b58fbd0313317ef33ddea51952e2b058db28e65f7ddb7012f328c8bf02d8f1da17bb543348541a2587f0

doc/ocaml.html

The b0 ocaml manual

b0 obviously supports compiling OCaml projects. The support is spread in a set of modules aligned on the different tools of the eco-system:

  • B0_ocaml. Support for the OCaml toolchain and libary eco system. Basic OCaml compilation and build units for executables and libraries.
  • B0_jsoo. Support the js_of_ocaml toolchain. Basic OCaml bytecode to JavaScript compilation and build units for simple webpage integration.
  • B0_odoc, has
  • B0_opam. Support for opam. Describe opam packages via b0 pack ymetadata and publish to them to the public OCaml opam repository. It has its own manual.