Module Omod_ocamlc.Cmx
cmx
files
include DOBJ
val read : Omod.fpath -> (t, string) Stdlib.result
read f
reads an object file fromf
.
val name : t -> string
name o
is the object name ofo
.
val iface_digest : t -> Stdlib.Digest.t
iface_digest o
is the interface digest ofo
.
val iface_deps : t -> (string * Stdlib.Digest.t option) list
iface_deps o
are the interfaceso
depends on; without itself.
val digest : t -> Stdlib.Digest.t
digest cmx
is the implementation digest ofcmx
.
val cmx_deps : t -> (string * Stdlib.Digest.t option) list
cmx_cmx_deps cmx
are the implementationscmx
depends on.