val find : t -> string -> string option
val of_list_exn : (string * string) list -> t
val to_list : t -> (string * string) list
val of_lines : string list -> (t, string) Stdlib.result
Parse the output of ocamlc -config
given as a list of lines.
Ocaml_config.Vars
Represent the parsed but uninterpreted output of ocamlc -config
or contents of Makefile.config
.
val find : t -> string -> string option
val of_list_exn : (string * string) list -> t
val to_list : t -> (string * string) list
val of_lines : string list -> (t, string) Stdlib.result
Parse the output of ocamlc -config
given as a list of lines.