You can search for identifiers within the package.
in-package search v0.2.0
macaroons
Macaroons
module type CRYPTO = sig ... end
module type S = sig ... end
module Make (C : CRYPTO) : S
Macaroons that use C for their cryptographic needs.
C