Module Ocaml_config.Value

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