package ezxenstore

  1. Overview
  2. Docs
An easy-to-use xenstore library with a simplified interface geared

Install

Dune Dependency

Authors

Maintainers

Sources

ezxenstore-0.1.2.tar.gz
md5=21781e4efc27bea5a7c570e9b7567b5d

Description

towards use within a daemon that maintains a single connection to xenstored.

Published: 14 Aug 2017

README

README.md

A slightly easier interface to Xenstore than that provided by the ocaml-xenstore and ocaml-xenstore-clients libraries. This library is good if you want a single persistent connection to xenstored for your process.

Example

# #require "ezxenstore";;
# #require "ezxenstore";;
# Xs_transport.xenstored_socket := "/home/jludlam/devel/ocaml-xenstore-server/mysocket";;
# with_xs (fun xs -> xs.write "/bar" "baz");;

Dev Dependencies

None

Used by

None

Conflicts

None