Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 354 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 354 Bytes

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.