Module Ocaml_config.VarsSource

Represent the parsed but uninterpreted output of ocamlc -config or contents of Makefile.config.

Sourcetype t
Sourceval find : t -> string -> string option
Sourceval of_list_exn : (string * string) list -> t
Sourceval to_list : t -> (string * string) list
Sourceval of_lines : string list -> (t, string) result

Parse the output of ocamlc -config given as a list of lines.