Module Js_of_ocaml_compiler.Build_info
val string_of_effects_backend :
Js_of_ocaml_compiler.Config.effects_backend ->
stringval to_string : Js_of_ocaml_compiler.Build_info.t -> stringval parse : string -> Js_of_ocaml_compiler.Build_info.t optionval to_map :
Js_of_ocaml_compiler.Build_info.t ->
string Js_of_ocaml_compiler.Stdlib.StringMap.tval of_map :
string Js_of_ocaml_compiler.Stdlib.StringMap.t ->
Js_of_ocaml_compiler.Build_info.tval merge :
string ->
Js_of_ocaml_compiler.Build_info.t ->
string ->
Js_of_ocaml_compiler.Build_info.t ->
Js_of_ocaml_compiler.Build_info.tval configure : Js_of_ocaml_compiler.Build_info.t -> unit