You can search for identifiers within the package.
in-package search v0.2.0
type t
type size = int64
type channel = {
read : Cstruct.t -> unit Lwt.t;
write : Cstruct.t -> unit Lwt.t;
}
val open_channel : string -> int -> channel Lwt.t
val negotiate : channel -> (t * size * Nbd.Flag.t list) Lwt.t
val write : t -> Cstruct.t -> int64 -> unit Lwt.t
val read : t -> int64 -> int32 -> Cstruct.t Lwt.t