package xenstore

  1. Overview
  2. Docs

Description

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.

Published: 03 Feb 2019

README

xenstore - implementation of the XenStore protocol in OCaml

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 (5)

  1. lwt
  2. ppx_cstruct >= "3.2.0"
  3. cstruct >= "3.2.0"
  4. dune >= "1.0"
  5. ocaml >= "4.04.0" & < "5.0"

Dev Dependencies (1)

  1. ounit with-test

Conflicts

None