uniq.mmeta
Uniq_meta.Path
uniq.cfg
uniq.clos
uniq.ml
uniq.mod
uniq.papam
uniq.policy
uniq.solver
uniq.vendor
type t = private string list
Type of ocamlfind packages (like foo.bar).
ocamlfind
foo.bar
val of_string : string -> (t, [> `Msg of string ]) result
val of_string_exn : string -> t
val pp : t Fmt.t
val equal : t -> t -> bool
val compare : t -> t -> int
val parent : t -> t option
module Set : Set.S with type elt = t
module Map : Map.S with type key = t