You can search for identifiers within the package.
in-package search v0.2.0
val max_chunk_size : int64
type t = {
data : Stdlib.Buffer.t;
mutable cond : [ `Running of unit Lwt_condition.t | `Finished ];
}
val create : unit -> t
val stream : t -> start:int64 -> (string * int64) Lwt.t
val write : t -> string -> unit
val copy_from_stream : t -> Lwt_io.input_channel -> unit Lwt.t
val close : t -> unit
val info : t -> ('a, Stdlib.Format.formatter, unit, unit, unit, unit) Stdlib.format6 -> 'a