version: "3.0.1"
opam-version: "1.2"
maintainer: "john.else@citrix.com"
authors: ["Anil Madhavapeddy" "John Else" "Thomas Leonard" "Andrew Cooper" "David Scott"]
homepage:      "https://github.com/mirage/ocaml-gnt"
bug-reports:   "https://github.com/mirage/ocaml-gnt/issues"
dev-repo:      "https://github.com/mirage/ocaml-gnt.git"
doc:           "https://mirage.github.io/ocaml-gnt"

build: [
  [ "jbuilder" "subst"] {pinned}
  [ "jbuilder" "build" "-p" name "-j" jobs ]
]

depends: [
  "jbuilder"  {build & >="1.0+beta9"}
  "xen-gnt"
  "io-page-unix" {>= "2.0.0"}
]
depexts: [
  [["alpine"] ["xen-dev"]]
  [["debian"] ["libxen-dev"]]
  [["ubuntu"] ["libxen-dev"]]
  [["centos"] ["xen-devel"]]
  [["fedora"] ["xen-devel"]]
  [["archlinux"] ["xenstore"]]
]
available: [ ocaml-version >= "4.03.0" ]
