Module Omod_ocamlc.CmiSource

cmi files

include DOBJ
Sourcetype t

The type for the object files.

Sourceval read : Omod.fpath -> (t, string) result

read f reads an object file from f.

Sourceval name : t -> string

name o is the object name of o.

Sourceval iface_digest : t -> Digest.t

iface_digest o is the interface digest of o.

Sourceval iface_deps : t -> (string * Digest.t option) list

iface_deps o are the interfaces o depends on; without itself.