Module Omod_ocamlc.Cmx
cmx files
include DOBJ
val read : Omod.fpath -> (t, string) Stdlib.resultread freads an object file fromf.
val name : t -> stringname ois the object name ofo.
val iface_digest : t -> Stdlib.Digest.tiface_digest ois the interface digest ofo.
val iface_deps : t -> (string * Stdlib.Digest.t option) listiface_deps oare the interfacesodepends on; without itself.
val digest : t -> Stdlib.Digest.tdigest cmxis the implementation digest ofcmx.
val cmx_deps : t -> (string * Stdlib.Digest.t option) listcmx_cmx_deps cmxare the implementationscmxdepends on.