B00_ocaml
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.
module Link : sig ... end
Linking.
module Crunch : sig ... end
Crunching data into OCaml values.