You can search for identifiers within the package.
in-package search v0.2.0
cohttp-mirage
Cohttp_mirage.Server
HTTP server with conduit.
module type S = sig ... end
module Flow (F : Mirage_flow.S) : S with type IO.conn = F.flow
module Make (S : Conduit_mirage.S) : sig ... end