package xenstore

  1. Overview
  2. Docs
Xenstore protocol in pure OCam

Install

Dune Dependency

Authors

Maintainers

Sources

xenstore-2.4.0.tbz
sha256=11b63bb2a5a8bc487d36f36ecb195b2a2135aa13ab401cbc73da67505c08faa4
sha512=b921aa4265503677f4984007efee6865461a18031dc49583be040781307cc6cbfcd84bc11e9ebc0a23e9b0cf281bd94528c475624bc30471ad8ff70607e0732f

doc/xenstore.unix/Xs_client_unix/Client/argument-1-IO/index.html

Parameter Client.IO

type 'a t = 'a
val return : 'a -> 'a t
val (>>=) : 'a t -> ('a -> 'b t) -> 'b t
type channel
val create : unit -> channel t
val destroy : channel -> unit t
val read : channel -> bytes -> int -> int -> int t
val write : channel -> bytes -> int -> int -> unit t
OCaml

Innovation. Community. Security.