ocamlcommon
Cmxs_format
bigarray
dynlink
ocamlbytecomp
ocamlmiddleend
ocamloptcomp
ocamltoplevel
odoc_info
raw_spacetime_lib
stdlib
str
threads
unix
type dynunit = {
dynu_name : Misc.modname;
dynu_crc : Digest.t;
dynu_imports_cmi : Misc.crcs;
dynu_imports_cmx : Misc.crcs;
dynu_defines : string list;
}
type dynheader = {
dynu_magic : string;
dynu_units : dynunit list;