package xenstore

  1. Overview
  2. Docs

Description

Published: 08 Jun 2017

README

README

This repo contains:
  1. a xenstore client library, a merge of the Mirage and XCP ones
  2. a xenstore server library
  3. a xenstore server instance which runs under Unix with libxc
  4. a xenstore server instance which runs on mirage.

The client and the server libraries have sets of unit-tests.

Dependencies (8)

  1. ounit build
  2. lwt
  3. ppx_tools
  4. ppx_cstruct
  5. cstruct >= "2.4.0" & < "3.4.0"
  6. jbuilder >= "1.0+beta9"
  7. ocamlfind build
  8. ocaml >= "4.02.0" & < "4.06.0"

Dev Dependencies

None

Conflicts

None