dune._ocaml_config
Ocaml_config.Value
dune._caml
dune._dune_lang
dune._result
dune._stdune
dune._wp
dune.configurator
wp_dune
wp_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_dyn : t Stdune.Dyn.Encoder.t