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: 22 Jan 2021

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