You can search for identifiers within the package.
in-package search v0.2.0
module type Server = sig ... end
module Server (Flow : Mirage_flow.S) : Server with type flow = Flow.flow
module Server_with_conduit : sig ... end
module type Client = sig ... end
module Client (Flow : Mirage_flow.S) : Client with type flow = Flow.flow