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"
tags: [
  "org:xapi-project"
]
build: [
  make
]
install: [
  make "install"
]
remove: [
  "ocamlfind" "remove" "ezxenstore"
]
depends: [
  "ocaml" {< "4.06.0"}
  "xenstore"
  "xenstore_transport"
  "logs"
  "cmdliner"
  "oasis" {build}
]
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."""
flags: light-uninstall
url {
  src:
    "https://github.com/xapi-project/ezxenstore/archive/v0.1.1/ezxenstore-0.1.1.tar.gz"
  checksum: "md5=fca162554d8496a877ac1d353109c8a8"
}
