You can search for identifiers within the package.
in-package search v0.2.0
dune-deps
Dep_graph.Node
type kind =
| Exe
| Lib
| Ext
type t = {
name : Name.t;
kind : kind;
deps : string list;
loc : Loc.t;
}