package ocaml-base-compiler

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

ocaml-base-compiler 4.06.1

Libraries

This package provides the following libraries (via ocamlobjinfo):

stdlib

Documentation:

  • CamlinternalFormatBasics
  • Pervasives The initially opened module.
  • Array Array operations.
  • List List operations.
  • Char Character operations.
  • Bytes Byte sequence operations.
  • String String operations.
  • Sys System interface.
  • Sort Sorting and merging lists.
  • Marshal Marshaling of data structures.
  • Obj Operations on internal representations of values.
  • Int32 32-bit integers.
  • Int64 64-bit integers.
  • Nativeint Processor-native integers.
  • Lexing The run-time library for lexers generated by ocamllex.
  • Parsing The run-time library for parsers generated by ocamlyacc.
  • Set Sets over ordered types.
  • Map Association tables over ordered types.
  • Stack Last-in first-out stacks.
  • Queue First-in first-out queues.
  • CamlinternalLazy Run-time support for lazy values. All functions in this module are for system use only, not for the casual user.
  • Lazy Deferred computations.
  • Stream Streams and parsers.
  • Buffer Extensible buffers.
  • CamlinternalFormat
  • Printf Formatted output functions.
  • Arg Parsing of command line arguments.
  • Printexc Facilities for printing exceptions and inspecting current call stack.
  • Gc Memory management control and statistics; finalised values.
  • Digest MD5 message digest.
  • Random Pseudo-random number generators (PRNG).
  • Hashtbl Hash tables and hash functions.
  • Format Pretty-printing.
  • Scanf Formatted input functions.
  • Callback Registering OCaml values with the C runtime.
  • CamlinternalOO Run-time support for objects and classes. All functions in this module are for system use only, not for the casual user.
  • Oo Operations on objects
  • CamlinternalMod Run-time support for recursive modules. All functions in this module are for system use only, not for the casual user.
  • Genlex A generic lexical analyzer.
  • Weak Arrays of weak pointers and hash sets of weak pointers.
  • Ephemeron Ephemerons and weak hash table
  • Filename Operations on file names.
  • Complex Complex numbers.
  • ArrayLabels Array operations.
  • ListLabels List operations.
  • BytesLabels Byte sequence operations.
  • StringLabels String operations.
  • MoreLabels Extra labeled libraries.
  • StdLabels Standard labeled libraries.

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:

stdlib

Documentation:

  • CamlinternalFormatBasics
  • Pervasives The initially opened module.
  • List List operations.
  • Char Character operations.
  • Uchar Unicode characters.
  • Bytes Byte sequence operations.
  • String String operations.
  • Sys System interface.
  • Sort Sorting and merging lists.
  • Marshal Marshaling of data structures.
  • Obj Operations on internal representations of values.
  • Array Array operations.
  • Int32 32-bit integers.
  • Int64 64-bit integers.
  • Nativeint Processor-native integers.
  • Lexing The run-time library for lexers generated by ocamllex.
  • Parsing The run-time library for parsers generated by ocamlyacc.
  • Set Sets over ordered types.
  • Map Association tables over ordered types.
  • Stack Last-in first-out stacks.
  • Queue First-in first-out queues.
  • CamlinternalLazy Run-time support for lazy values. All functions in this module are for system use only, not for the casual user.
  • Lazy Deferred computations.
  • Stream Streams and parsers.
  • Buffer Extensible buffers.
  • CamlinternalFormat
  • Printf Formatted output functions.
  • Arg Parsing of command line arguments.
  • Printexc Facilities for printing exceptions and inspecting current call stack.
  • Gc Memory management control and statistics; finalised values.
  • Digest MD5 message digest.
  • Random Pseudo-random number generators (PRNG).
  • Hashtbl Hash tables and hash functions.
  • Weak Arrays of weak pointers and hash sets of weak pointers.
  • Format Pretty-printing.
  • Scanf Formatted input functions.
  • Callback Registering OCaml values with the C runtime.
  • CamlinternalOO Run-time support for objects and classes. All functions in this module are for system use only, not for the casual user.
  • Oo Operations on objects
  • CamlinternalMod Run-time support for recursive modules. All functions in this module are for system use only, not for the casual user.
  • Genlex A generic lexical analyzer.
  • Ephemeron Ephemerons and weak hash table
  • Filename Operations on file names.
  • Complex Complex numbers.
  • ArrayLabels Array operations.
  • ListLabels List operations.
  • BytesLabels Byte sequence operations.
  • StringLabels String operations.
  • MoreLabels Extra labeled libraries.
  • StdLabels Standard labeled libraries.
  • Spacetime Profiling of a program's space behaviour over time. Currently only supported on x86-64 platforms running 64-bit code.
  • CamlinternalBigarray

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.