package b0

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

B00 ocaml support.

This module exposes a first low-level abtraction layer over the OCaml toolchain.

module Tool : sig ... end

Tools.

module Conf : sig ... end

Toolchain configuration.

module Mod : sig ... end

Module names, sources and digested references.

module Cobj : sig ... end

Compiled object information.

module Lib : sig ... end

Library information and lookup.

module Ocamlpath : sig ... end

OCAMLPATH search path.

module Compile : sig ... end

Compiling.

module Archive : sig ... end

Archiving.

Linking.

module Crunch : sig ... end

Crunching data into OCaml values.