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/b0.file/B0_ocaml/Tool/index.html

Module B0_ocaml.ToolSource

OCaml toolchain tools.

Compilers

Sourceval comp_env_vars : B0_memo.Tool.env_vars

comp_env_vars are environment variables that influence the OCaml toolchain outputs.

ocamlc is the ocamlc tool.

Sourceval ocamlopt : B0_memo.Tool.t

ocamlopt is the ocamlopt tool.

Sourceval ocamldep : B0_memo.Tool.t

ocamldep is the ocamldep tool.

Sourceval ocamlmklib : B0_memo.Tool.t

ocamlmklib is the ocamlmklib tool.

Sourceval ocamlobjinfo : B0_memo.Tool.t

ocamlobjinfo is the ocamlobjinfo tool.

Toplevels

Sourceval top_env_vars : B0_memo.Tool.env_vars

top_env_vars are environment variables that influence the OCaml toplevel.

ocaml is the ocaml tool.

Sourceval ocamlnat : B0_memo.Tool.t

ocamlnat is the ocamlnat tool.