xapi-project / ocaml-xenstore

A Xenstore protocol implementation in pure OCaml. This code works in both regular Unix and in MirageOS applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A Xenstore protocol implementation in pure OCaml. This code works in both regular Unix and in MirageOS applications.

License:Other


Languages

Language:OCaml 99.5%Language:Shell 0.3%Language:Makefile 0.2%