You can search for identifiers within the package.
in-package search v0.2.0
resp-unix
Resp_unix.Backend
module Data : sig ... end
type ic = Lwt_io.input_channel
type oc = Lwt_io.output_channel
type server
type data = Data.data
val run : server -> ((ic * oc) -> unit Lwt.t) -> unit Lwt.t