You can search for identifiers within the package.
in-package search v0.2.0
mirage-qubes
RExec.Client_flow
type t
val write : t -> Cstruct.t -> [ `Ok of unit | `Eof ] Lwt.t
Write to stdin
val writef : t -> ('a, unit, string, [ `Ok of unit | `Eof ] Lwt.t) format4 -> 'a
val read : t -> [ `Stdout of Cstruct.t | `Stderr of Cstruct.t | `Eof | `Exit_code of Cstruct.uint32 ] Lwt.t
Read from stdout and stderr