Js_of_ocaml_compiler.Unit_info
type t = {
provides : Stdlib.StringSet.t; |
requires : Stdlib.StringSet.t; |
primitives : string list; |
crcs : Stdlib.Digest.t option Stdlib.StringMap.t; |
force_link : bool; |
effects_without_cps : bool; |
}
val of_cmo : Cmo_format.compilation_unit -> t
val empty : t
val to_string : t -> string