opam-version: "2.0"
authors: [
  "Christian Lindig"
  "David Scott"
  "Euan Harris"
  "John Else"
  "Jon Ludlam"
  "Jonathan Davies"
  "Marcello Seri"
  "Si Beaumont"
  "Thomas Sanders"
  "Vincent Bernardoff"
]
maintainer: "dave@recoil.org"
homepage:    "http://github.com/xapi-project/ocaml-xenstore-clients"
bug-reports: "http://github.com/xapi-project/ocaml-xenstore-clients/issues"
dev-repo: "git+http://github.com/xapi-project/ocaml-xenstore-clients.git"
doc:         "http://djs55.github.io/ocaml-xenstore-clients"
license:     "LGPL-2.0-or-later"

tags: [
  "org:mirage"
  "org:xapi-project"
]
build: [
  [ "jbuilder" "subst" "-p" name] {pinned}
  [ "jbuilder" "build" "-p" name "-j" jobs ]
]

depends: [
  "ocaml" {>= "4.04.0"}
  "ocamlfind" {build}
  "jbuilder" {>= "1.0+beta9"}
  "lwt"
  "xenstore" {>= "2.0.0"}
]
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."""
url {
  src:
    "https://github.com/xapi-project/ocaml-xenstore-clients/archive/v1.0.0.tar.gz"
  checksum: "md5=4e59bac5caae42588148f9c2bcd3f3e6"
}
