You can search for identifiers within the package.
in-package search v0.2.0
Predicates for filtering paths. Used to select the files and dirs to be scanned.
type t = OCamlRes.Path.t -> bool
val any : t
val none : t
val exclude : t -> t
val all_of : t list -> t
val any_of : t list -> t
val limit : int -> t
val has_extension : string list -> t