uniq.cfg
Uniq_cfg
uniq.clos
uniq.ml
uniq.mmeta
uniq.mod
uniq.papam
uniq.policy
uniq.solver
uniq.vendor
type cfg
type src = private Fpath.t
type t = src * cfg
val v : ?env:Bos.OS.Env.t -> unit -> (t, [> `Msg of string ]) result
val from : ?env:Bos.OS.Env.t -> ?toolchain:string -> string -> unit -> (src * cfg, [> `Msg of string ]) result
module Value : sig ... end
val get : ?native:bool option -> t -> key:string -> 'a Value.t -> 'a option