package xenstore

  1. Overview
  2. Docs
Xenstore protocol in pure OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

xenstore-2.2.0.tbz
sha256=d4c9eab6de731de45d6091ef85d40d8cdf1de32c5410a0f6729c2da1cec3182d
sha512=79411344d5d4dfb49202bb9ca6e0e9d1343dcef60bc617dc24d5538b81f4e9265233870ab996a7043dd65cd9aff933b677a45371314a03ca35a79a00b1690e97

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: 28 Jul 2022

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.