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"
build: [make "TESTS=--disable-tests" "all"]
install: [make "install"]
remove:  ["ocamlfind" "remove" "xenstore"]

depends: [
  "ocaml"
  "ocamlfind" {build}
  "cstruct" {>= "0.6.0" & <= "1.9.0"}
  "type_conv" {build}
  "lwt" {< "4.0.0"}
  "camlp4"
  "ocamlbuild" {build}
]
synopsis: "Xenstore protocol clients and server"
flags: light-uninstall
url {
  src: "https://github.com/mirage/ocaml-xenstore/archive/1.2.5.tar.gz"
  checksum: "md5=90dd31c4768958926b7c7ba6b9158d89"
}
