opam-version: "2.0"
maintainer: "anil@recoil.org"
build: make
remove: [[make "uninstall"]]
depends: [
  "ocaml" {>= "4.00.0"}
  "mirage-types" {<= "1.0.0"}
  "mirage-xen" {>= "1.0.0" & < "5.0.0"}
  "ocamlfind"
  "lwt" {>= "2.4.3"}
  "mirage-tcpip-xen" {>= "0.9.5"}
  "cohttp" {>= "0.9.14" & < "0.10.0"}
  "ocamlbuild" {build}
]
dev-repo: "git://github.com/mirage/mirage-http-xen"
install: [make "install"]
synopsis: "MirageOS HTTP client and server driver for Xen"
url {
  src: "https://github.com/mirage/mirage-http-xen/archive/v1.0.0.tar.gz"
  checksum: "md5=a74503fd2eabc534a1107fd3020c54d3"
}
