You can search for identifiers within the package.
in-package search v0.2.0
lwt-binio
Lwt_binio
module type Src_sig = sig ... end
Data source
module type Conv_sig = sig ... end
Data conversion
module type S = sig ... end
module Make (Src : Src_sig) (Conv : Conv_sig) : S with type src_t = Src.t
module Fd : sig ... end
IO using file descriptors
module Io : sig ... end
IO using Lwt's input and output channels