Module Brzo_read_cmi
val read : B0_std.Fpath.t -> (string * Stdlib.Digest.t * B0_std.String.Set.t * (string * Stdlib.Digest.t) list, string) Stdlib.resultread cmiisOk (name, digest, names, deps)withnamethe module name of the interface.digestthe digest of the inteface.namesare the unqualified module names defined in the interface, includingnameitself. This is slightly incomplete because it stops at module aliases: these would need to be resolved to further cmis to find the names therein.depsare the digested module interfaces imported by this interface.