You can search for identifiers within the package.
in-package search v0.2.0
Identifies a repository hosted on GitHub.
type t = {
owner : string;
name : string;
}
val pp : t Fmt.t
val compare : t -> t -> int
val cmdliner : t Cmdliner.Arg.conv