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"
doc: "https://mirage.github.io/ocaml-gnt"
dev-repo: "https://github.com/mirage/ocaml-gnt.git"
build: [
  ["jbuilder" "subst" "-p" name] {pinned}
  ["jbuilder" "build" "-p" name "-j" jobs]
]
depends: [
  "jbuilder" {build & >= "1.0+beta9"}
  "xen-gnt" {= "3.0.1"}
  "io-page-unix" {>= "2.0.0"}
]
depexts: [
  [["alpine"] ["xen-dev"]]
  [["archlinux"] ["xenstore"]]
  [["centos"] ["xen-devel"]]
  [["debian"] ["libxen-dev"]]
  [["fedora"] ["xen-devel"]]
  [["ubuntu"] ["libxen-dev"]]
]
available: [ocaml-version >= "4.03.0"]
