package b0

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

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.