Brzo_ocaml_confBrzo OCaml domain configuration.
include Brzo.Pre_domain.CONFval tid : t B00_std.Tid.ttid is a type identifier for the configuration.
val keys : B00_std.String.Set.tkeys is the set of keys that are allowed to be part of the domain specific BRZO file dictionary.
val parse : (B00_serialk_sexp.Sexp.t * B00_serialk_sexp.Sexpq.path) -> (t, string) resultparse is a function that parses the BRZO file domain specific dictionary into a configuration.
val parse_with_cli : ((B00_serialk_sexp.Sexp.t * B00_serialk_sexp.Sexpq.path) -> (t, string) result) Cmdliner.Term.tparse_with_cli is a cmdliner term that has the command line interface for the configuration and a function that given the configuration s-expression dictionary for the domain should derive the configuration appropriately (basically it should do the job of merging cli and file specified configuration desires).
val pp : t B00_std.Fmt.tpp formats configurations.
val target_to_string : target -> stringtarget_to_string t is t as a string token.
val default_target : default_native_if:B00.Tool.t -> B00.Memo.t -> target option -> target B00_std.Fut.tval ocamlpath : t -> B00_std.Fpath.t listval libs : t -> B00_std.Fpath.t listval lock_libs : t -> bool