Conf.Spec
val v : string -> t
v name
is a new configuration specification named name
val name : t -> string
name spec
is the name associated with a config spec
val list : unit -> t Stdlib.Seq.t
list ()
is a sequence containing all available config specs
val find : string -> t option
find name
is the config spec associated with name
if available