You can search for identifiers within the package.
in-package search v0.2.0
Application builder. API for building libraries to link with config.ml
config.ml
module type S = sig ... end
S is the signature that application builders have to provide.
S
module Make (P : S) : sig ... end
Configuration builder: stage 1