You can search for identifiers within the package.
in-package search v0.2.0
module Data : Resp_server.DATA
type ic = buffer
type oc = C.Flow.flow
type server
type data = Data.data
module Client : sig ... end
val run : server -> ((ic * oc) -> unit Lwt.t) -> unit Lwt.t