Module ocaml::core [] [src]

Modules

alloc

External definitions for allocating values in the OCaml runtime

callback

Callbacks from C to OCaml This is also where you initialize the OCaml runtime system via caml_startup or caml_main

memory

Defines types and macros primarily for interacting with the OCaml GC. In addition, a few extra convenience macros are added, in particular, caml! and caml_body! which are the primary API endpoints of raml.

mlvalues

Contains OCaml types and conversion functions from runtime representations.