opam-version: "2.0"
maintainer: "jonathan.ludlam@citrix.com"
authors: ["xen-api@lists.xensource.com"]
license: "ISC"
homepage: "https://github.com/xapi-project/ezxenstore"
bug-reports: "https://github.com/xapi-project/ezxenstore/issues"
dev-repo: "git+https://github.com/xapi-project/ezxenstore.git"
build: [[ "jbuilder" "build" "-p" name "-j" jobs ]]

depends: [
  "ocaml" {< "4.06.0"}
  "jbuilder" {>= "1.0+beta10"}
  "cmdliner"
  "logs"
  "xenstore"
  "xenstore_transport"
]
synopsis:
  "An easy-to-use xenstore library with a simplified interface geared"
description: """
towards use within a daemon that maintains a single connection to
xenstored."""
url {
  src:
    "https://github.com/xapi-project/ezxenstore/archive/v0.1.2/ezxenstore-0.1.2.tar.gz"
  checksum: "md5=21781e4efc27bea5a7c570e9b7567b5d"
}
