opam-version: "2.0"
maintainer: "john.else@citrix.com"
build: make
remove: [
  [make "PREFIX=%{prefix}%" "uninstall"]
]
depends: [
  "ocaml" {>= "4.00.0"}
  "ocamlbuild" {build}
  "camlp4" {build}
  "ounit" {with-test}
  "cstruct" {>= "1.0.1"}
  "io-page" {< "1.3.0"}
  "lwt" {< "4.0.0"}
]
depexts: [
  ["libxen-dev"] {os-family = "debian"}
]
dev-repo: "git://github.com/xapi-project/ocaml-gnt"
install: [make "PREFIX=%{prefix}%" "install"]
synopsis: "Xen grant table bindings"
url {
  src: "https://github.com/xapi-project/ocaml-gnt/archive/v0.9.9.tar.gz"
  checksum: "md5=600cbf5c1b15e0427686eb90f4bbc44f"
}
