xapi-project / xen-api-client

Ocaml bindings to the Xen API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Coverage Status

Ocaml client for the Xen API and bindings for lwt and async.

Check out the examples in lwt_examples and async_examples. They can be built with make lwt-examples or make async-examples.

API bindings can be updated to specific versions of xapi by running

# This assumes a fully working opam environment
URL=xapi/gihub/repo BRANCH=branch-name make regenerate

By default URL=https://github.com/xapi-project/xen-api and BRANCH=master when running make regenerate.

About

Ocaml bindings to the Xen API


Languages

Language:OCaml 99.0%Language:Makefile 1.0%