B00_ocamlB00 ocaml support.
This module exposes a first low-level abtraction layer over the OCaml toolchain.
module Tool : sig ... endTools.
module Conf : sig ... endToolchain configuration.
module Mod : sig ... endModule names, sources and digested references.
module Cobj : sig ... endCompiled object information.
module Lib : sig ... endLibrary information and lookup.
module Ocamlpath : sig ... endOCAMLPATH search path.
module Compile : sig ... endCompiling.
module Archive : sig ... endArchiving.
module Link : sig ... endLinking.
module Crunch : sig ... endCrunching data into OCaml values.