dune._ocaml_config
Ocaml_config.Value
dune._caml
dune._dune_lang
dune._stdune
dune._which-program
dune.configurator
which_program_dune
which_program_jbuilder
type t =
| Bool of bool
| Int of int
| String of string
| Words of string list
| Prog_and_args of Prog_and_args.t
val to_string : t -> string
val to_sexp : t Stdune.Sexp.Encoder.t