ocaml-base-compiler
  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

ocaml-base-compiler 4.13.1

Libraries

This package provides the following libraries (via ocamlobjinfo):

threads

Documentation:

  • Thread Lightweight threads for Posix 1003.1c and Win32.
  • Mutex Locks for mutual exclusion.
  • Condition Condition variables to synchronize between threads.
  • Event First-class synchronous communication.
  • ThreadUnix Thread-compatible system calls.
  • Semaphore Semaphores

odoc_info

Documentation:

ocamlbytecomp

Documentation:

ocamlcommon

Documentation:

ocamlmiddleend

Documentation:

ocamloptcomp

Documentation:

ocamltoplevel

Documentation:

  • 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).
  • Topeval This module provides two alternative implementations for internals of Toploop, for bytecode and native code.
  • Trace
  • Toploop
  • Topdirs
  • Topmain

bigarray

Documentation:

  • Bigarray Large, multi-dimensional, numerical arrays.

Documentation:

  • Dynlink_compilerlibs
  • Dynlink_types
  • Dynlink_platform_intf
  • Dynlink_common
  • Dynlink Dynamic loading of .cmo, .cma and .cmxs files.

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.