package b0

  1. Overview
  2. Docs
Software construction and deployment kit

Install

Dune Dependency

Authors

Maintainers

Sources

b0-0.0.5.tbz
sha512=00a6868b4dfa34565d0141b335622a81a0e8d5b9e3c6dfad025dabfa3df2db2a1302b492953bbbce30c3a4406c324fcec25250a00b38f6d18a69e15605e3b07e

doc/b0.kit/B0_ocaml/Meta/index.html

Module B0_ocaml.Meta

Metadata keys

val c_requires : B0_std.Cmd.t B0_meta.key

c_requires hack for now this simply passes these options as -cclib options.

val requires : B00_ocaml.Lib.Name.t list B0_meta.key

requires on a build unit specifies the OCaml libraries needed to compile a unit.

library on a build unit specifies that the unit defines the library with the given name.

FIXME quick hack this should not be in meta.

val supported_code : built_code B0_meta.key

supported_code indicates which backend code the unit supports. If the meta is unspecified this assumes `All.

val needs_code : built_code B0_meta.key

needs_code indicates the unit unconditionally needs a given code build.

OCaml

Innovation. Community. Security.