Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 807 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 807 Bytes

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.