package dune-private-libs

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

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) result

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