ocaml-base-compiler
Legend:
Library
Module
Module type
Parameter
Class
Class type

ocaml-base-compiler 4.07.1

Libraries

This package provides the following libraries (via ocamlobjinfo):

stdlib

Documentation:

  • CamlinternalFormatBasics
  • Stdlib The OCaml Standard library.
  • Marshal Marshaling of data structures.
  • CamlinternalLazy Run-time support for lazy values. All functions in this module are for system use only, not for the casual user.
  • CamlinternalFormat
  • CamlinternalOO Run-time support for objects and classes. 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.

threads

Documentation:

  • Thread Lightweight threads.
  • Mutex Locks for mutual exclusion.
  • Condition Condition variables to synchronize between threads.
  • Event First-class synchronous communication.
  • ThreadUnix Thread-compatible system calls.

unix

Documentation:

  • Unix Interface to the Unix system.
  • UnixLabels Interface to the Unix system. To use as replacement to default Unix module, add module Unix = UnixLabels in your implementation.

threads

Documentation:

  • Thread Lightweight threads.
  • Mutex Locks for mutual exclusion.
  • Condition Condition variables to synchronize between threads.
  • Event First-class synchronous communication.
  • ThreadUnix Thread-compatible system calls.

odoc_info

Documentation:

ocamlbytecomp

Documentation:

ocamlcommon

Documentation:

ocamloptcomp

Documentation:

ocamltoplevel

Documentation:

bigarray

Documentation:

  • Bigarray Large, multi-dimensional, numerical arrays.

Documentation:

  • Dynlinkaux
  • Dynlink Dynamic loading of object files.

graphics

Documentation:

  • Graphics Machine-independent graphics primitives.
  • GraphicsX11 Additional graphics primitives for the X Windows system.

raw_spacetime_lib

Documentation:

  • Raw_spacetime_lib Access to the information recorded by the Spacetime module. (It is intended that this module will be used by post-processors rather than users wishing to understand their programs.) For 64-bit targets only. This module may be used from any program, not just one compiled with a compiler configured for Spacetime.

stdlib

Documentation:

  • CamlinternalFormatBasics
  • Stdlib The OCaml Standard library.
  • CamlinternalLazy Run-time support for lazy values. All functions in this module are for system use only, not for the casual user.
  • CamlinternalFormat
  • CamlinternalOO Run-time support for objects and classes. 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.

stdlib

Documentation:

    str

    Documentation:

    • Str Regular expressions and high-level string processing

    unix

    Documentation:

    • Unix Interface to the Unix system.
    • UnixLabels Interface to the Unix system. To use as replacement to default Unix module, add module Unix = UnixLabels in your implementation.