opam-version: "2.0"
maintainer: "dave@recoil.org"
authors:      [
  "Vincent Hanquez"
  "Thomas Gazagnaire"
  "Dave Scott"
  "Anil Madhavapeddy"
  "Vincent Bernardoff"
]
homepage:     "https://github.com/mirage/ocaml-xenstore"
bug-reports:  "https://github.com/mirage/ocaml-xenstore/issues"
dev-repo: "git+https://github.com/mirage/ocaml-xenstore.git"
tags: [
  "org:mirage"
  "org:xapi-project"
]
build: [
  [make "all"]
]
install: [make "install"]
remove: [["ocamlfind" "remove" "xenstore"]]
depends: [
  "ocaml"
  "cstruct" {>= "0.6.0" & <= "1.9.0"}
  "type_conv" {build}
  "lwt" {< "4.0.0"}
  "ounit"
  "ocamlfind"
  "camlp4"
  "ocamlbuild" {build}
]
synopsis: "Xenstore protocol clients and server"
flags: light-uninstall
url {
  src:
    "https://github.com/mirage/ocaml-xenstore/archive/ocaml-xenstore-1.2.0.tar.gz"
  checksum: "md5=c45d929048e31a85206466f376bac1d5"
}
