You can search for identifiers within the package.
in-package search v0.2.0
module type Auth_key = sig ... end
module Auth (Keys : Auth_key) : sig ... end
module Response_headers : sig ... end
module Database (Auth_key : Auth_key) : sig ... end