ocaml-base-compiler

API

Library compiler-libs.bytecomp

Library compiler-libs.common

Library compiler-libs.optcomp

Library compiler-libs.toplevel

  • 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
  • Dynlink Dynamic loading of .cmo, .cma and .cmxs files.

Library runtime_events

Library stdlib

  • 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

  • Str Regular expressions and high-level string processing

Library threads

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

Library unix

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