Xs_client_lwt
A multiplexing XenStore protocol client over a byte-level transport, using Lwt.
module type IO = sig ... end
exception Malformed_watch_event
exception Unexpected_rid of int32
exception Dispatcher_failed
module type S = sig ... end
module Client (IO : IO) : S