opam-version: "2.0"
maintainer: "dave.scott@eu.citrix.com"
tags: [
  "org:mirage"
  "org:xapi-project"
]
build: [make "all"]
remove: [["ocamlfind" "remove" "xenstore_transport"]]
depends: [
  "ocaml" {< "4.06.0"}
  "camlp4" {build}
  "lwt" {< "4.0.0"}
  "xenstore" {> "1.2.1"}
  "ocamlfind" {build}
  "ocamlbuild" {build}
]
dev-repo: "git://github.com/djs55/ocaml-xenstore-clients"
install: [make "install"]
synopsis:
  "Low-level libraries for connecting to a xenstore service on a xen host."
description: """
These libraries contain the IO functions for communicating with a
xenstore service on a xen host. One subpackage deals with regular Unix
threads and another deals with Lwt co-operative threads."""
flags: light-uninstall
url {
  src: "https://github.com/djs55/ocaml-xenstore-clients/archive/0.9.2.tar.gz"
  checksum: "md5=401991182bf481f63c0b9157b3eb68ef"
}
