package xenstore_transport

  1. Overview
  2. Docs

Description

These libraries contain the IO functions for communicating with a xenstore service on a xen host. One subpackage deals with regular Unix threads and another deals with Lwt co-operative threads.

Tags

org:mirage org:xapi-project

Published: 12 Jun 2017

README

ocaml-xenstore-clients

Unix client tools for accessing xenstore.

So far we have:

  1. a CLI for interacting with xenstore

  2. a benchmarking tool for measuring performance

  3. a suite of "unit tests" for verifying functional correctness

  4. libraries for Unix applications to connect to xenstore

Dependencies (5)

  1. xenstore > "1.2.1"
  2. lwt < "4.0.0"
  3. jbuilder >= "1.0+beta9"
  4. ocamlfind build
  5. ocaml

Dev Dependencies

None

Conflicts

None