Brzo_ocaml_cmiCompiled interfaces.
val read : B0_memo.t -> B0_std.Fpath.t -> t B0_std.Fut.tread f reads an object file from f.
val file : t -> B0_std.Fpath.tfile cmi is the file path of cmi.
val modref : t -> B0_ocaml.Modref.tmodref cmi is the module reference of cmi.
val deps : t -> B0_ocaml.Modref.Set.tdeps cmi is the set of modules interfaces imported by cmi.
val modnames : t -> B0_ocaml.Modname.Set.tmodnames cmi are the unqualified module names defined by cmi (including its name). Sligthly wrong because stops at module aliases, these are not resolved to further cmis.
val pp : t B0_std.Fmt.tpp formats a compiled interface.