OCaml Library Collection
/

Library compiler-libs.bytecomp

This library exposes the following toplevel modules:

Library compiler-libs.common

This library exposes the following toplevel modules:

Library compiler-libs.optcomp

This library exposes the following toplevel modules:

Library compiler-libs.toplevel

This library exposes the following toplevel modules:

  • Genprintval
  • Topcommon This module provides common implementations for internals of Toploop, for bytecode and native code (see Topeval for the diverging parts of the implementation).
  • Topdirs
  • Topeval This module provides two alternative implementations for internals of Toploop, for bytecode and native code.
  • Toploop
  • Topmain
  • Topprinters
  • Trace

The entry point of this library is the module: Dynlink.

Library runtime_events

The entry point of this library is the module: Runtime_events.

Library stdlib

This library exposes the following toplevel modules:

  • CamlinternalFormat
  • CamlinternalFormatBasics
  • CamlinternalLazy Run-time support for lazy values. All functions in this module are for system use only, not for the casual user.
  • CamlinternalMod Run-time support for recursive modules. All functions in this module are for system use only, not for the casual user.
  • CamlinternalOO Run-time support for objects and classes. All functions in this module are for system use only, not for the casual user.
  • Stdlib The OCaml Standard library.

Library str

The entry point of this library is the module: Str.

Library threads

This library exposes the following toplevel modules:

  • Event First-class synchronous communication.
  • Thread Lightweight threads for Posix 1003.1c and Win32.

Library unix

This library exposes the following toplevel modules:

  • Unix Interface to the Unix system.
  • UnixLabels Interface to the Unix system.