Omod_ocamlc.Cmx
cmx files
cmx
include DOBJ
type t
The type for the object files.
val read : Omod.fpath -> (t, string) result
read f reads an object file from f.
read f
f
val name : t -> string
name o is the object name of o.
name o
o
val iface_digest : t -> Digest.t
iface_digest o is the interface digest of o.
iface_digest o
val iface_deps : t -> (string * Digest.t option) list
iface_deps o are the interfaces o depends on; without itself.
iface_deps o
val digest : t -> Digest.t
digest cmx is the implementation digest of cmx.
digest cmx
val cmx_deps : t -> (string * Digest.t option) list
cmx_cmx_deps cmx are the implementations cmx depends on.
cmx_cmx_deps cmx