package dune-private-libs

  1. Overview
  2. Docs

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

type t
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.