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"
doc:          "https://mirage.github.io/ocaml-xenstore"

build: [
  ["jbuilder" "subst" "-p" name "--name" name] {pinned}
  ["jbuilder" "build" "-p" name "-j" jobs]
  ["jbuilder" "runtest" "-p" name] {with-test}
]
depends: [
  "ocaml" {>= "4.04.0"}
  "jbuilder" {>= "1.0+beta9"}
  "cstruct" {>= "3.2.0" & < "3.4.0"}
  "ppx_cstruct" {<"3.4.0"}
  "ppx_tools"
  "lwt"
  "ounit" {with-test}
]
synopsis: "Xenstore protocol clients and server"
url {
  src:
    "https://github.com/mirage/ocaml-xenstore/releases/download/2.0.0/xenstore-2.0.0.tbz"
  checksum: "md5=c1b3234c5468d37253fab2fe23a719b5"
}
