opam-version: "1.2"
maintainer: "dave@recoil.org"
authors: [
  "Christian Lindig"
  "David Scott"
  "Euan Harris"
  "John Else"
  "Jon Ludlam"
  "Jonathan Davies"
  "Marcello Seri"
  "Si Beaumont"
  "Thomas Sanders"
  "Vincent Bernardoff"
]
homepage: "http://github.com/djs55/ocaml-xenstore-clients"
bug-reports: "http://github.com/djs55/ocaml-xenstore-clients/issues"
license: "LGPL"
doc: "http://djs55.github.io/ocaml-xenstore-clients"
tags: ["org:mirage" "org:xapi-project"]
dev-repo: "http://github.com/djs55/ocaml-xenstore-clients.git"
build: [
  ["jbuilder" "subst" "-p" name] {pinned}
  ["jbuilder" "build" "-p" name "-j" jobs]
]
depends: [
  "ocamlfind" {build}
  "jbuilder" {build & >= "1.0+beta9"}
  "lwt"
  "xenstore" {>= "2.0.0"}
]
available: [ocaml-version >= "4.04.0"]
