val find : t -> string -> string optionval of_list_exn : (string * string) list -> tval to_list : t -> (string * string) listval of_lines : string list -> (t, string) Stdlib.resultParse the output of ocamlc -config given as a list of lines.
Ocaml_config.VarsRepresent the parsed but uninterpreted output of ocamlc -config or contents of Makefile.config.
val find : t -> string -> string optionval of_list_exn : (string * string) list -> tval to_list : t -> (string * string) listval of_lines : string list -> (t, string) Stdlib.resultParse the output of ocamlc -config given as a list of lines.