Module Ocaml_config.Vars
Represent the parsed but uninterpreted output of ocamlc -config or contents of Makefile.config.
type t= string Stdune.String.Map.t
val of_lines : string list -> (t, string) Stdune.Result.tParse the output of
ocamlc -configgiven as a list of lines.