dune-private-libs.ocaml-config
Ocaml_config.Vars
Represent the parsed but uninterpreted output of ocamlc -config or contents of Makefile.config.
ocamlc -config
Makefile.config
dune-private-libs.cache
dune-private-libs.dune-lang
dune-private-libs.dune_csexp
dune-private-libs.dune_re
dune-private-libs.dune_util
dune-private-libs.stdune
dune-private-libs.xdg
type t = string Stdune.String.Map.t
val of_lines : string list -> (t, string) Stdune.Result.t
Parse the output of ocamlc -config given as a list of lines.