package uniq

  1. Overview
  2. Docs

Module Uniq_cfgSource

Sourcetype cfg
Sourcetype src = private Fpath.t
Sourcetype t = src * cfg
Sourceval v : ?env:Bos.OS.Env.t -> unit -> (t, [> `Msg of string ]) result
Sourceval from : ?env:Bos.OS.Env.t -> ?toolchain:string -> string -> unit -> (src * cfg, [> `Msg of string ]) result
Sourcemodule Value : sig ... end
Sourceval get : ?native:bool option -> t -> key:string -> 'a Value.t -> 'a option