You can search for identifiers within the package.
in-package search v0.2.0
type deps = {
packages : string list;
libraries : string list;
}
type t = {
deps : deps;
val empty : t
val parse : string -> t
val load : Fpath.t -> t