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.com/ocaml-gnt"

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

depends: [
  "jbuilder"  {build & >="1.0+beta9"}
  "cstruct" {>= "1.0.1"}
  "io-page"
  "lwt" {>="2.4.3"}
  "cmdliner"
  "mirage-profile" {>="0.3"}
]
available: [ ocaml-version >= "4.03.0" ]
