package ocaml-base-compiler

  1. Overview
  2. Docs
Official 4.06.0 release

Install

Dune Dependency

Authors

Maintainers

Sources

4.06.0.tar.gz
sha256=011879c913e8f988ecdac020b205e2baa4023052efed25013bdb9a6b0d5c6a80
md5=4f3906e581181c5435078ffe3e485e3f

doc/ocamlcommon/Meta/index.html

Module Meta

val global_data : unit -> Obj.t array
val realloc_global_data : int -> unit
val static_alloc : int -> bytes
val static_free : bytes -> unit
val static_release_bytecode : bytes -> int -> unit
val static_resize : bytes -> int -> bytes
type closure = unit -> Obj.t
val reify_bytecode : bytes -> int -> closure
val invoke_traced_function : Obj.t -> Obj.t -> Obj.t -> Obj.t
val get_section_table : unit -> (string * Obj.t) list
val add_debug_info : bytes -> int -> Instruct.debug_event list array -> unit
val remove_debug_info : bytes -> unit
OCaml

Innovation. Community. Security.