uniq.mod
Uniq_resolve.Src
uniq.cfg
uniq.clos
uniq.ml
uniq.mmeta
uniq.papam
uniq.policy
uniq.solver
uniq.vendor
type directory = {
recurse : bool;
location : Fpath.t;
exclude : Fpath.t list;
}
type t = private [
| `File of Fpath.t
| `Sources of directory
| `Objects of directory
]
val pp : t Fmt.t
val file : Fpath.t -> t
val sources : ?recurse:bool -> ?exclude:Fpath.t list -> Fpath.t -> t
val objects : ?recurse:bool -> ?exclude:Fpath.t list -> Fpath.t -> t