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_sexp : t Stdune.Sexp.Encoder.t