package ocaml-base-compiler

  1. Overview
  2. Docs
Official 4.06.1 release

Install

Dune Dependency

Authors

Maintainers

Sources

4.06.1.tar.gz
sha256=fef12a65cab5f6d15ea22a72e328349530e179308f1005100e45e50a228d72c4
md5=d02eb67b828de22c3f97d94b3c46acba

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.