opam-version: "2.0"
maintainer: "anil@recoil.org"
build: [make "OS=xen"]
remove: [
  ["ocamlfind" "remove" "mirage-tcpip-xen"]
]
depends: [
  "ocaml" {>= "4.00.0"}
  "ocamlfind"
  "cstruct" {>= "1.0.1"}
  "io-page-xen"
  "mirage-types" {= "0.5.0"}
  "mirage-xen" {= "0.9.9"}
  "mirage-clock-xen" {>= "1.0.0" & < "1.2.0"}
  "mirage-net-xen" {>= "0.9.0"}
  "ipaddr" {>= "1.0.0" & < "2.0.0"}
  "ocamlbuild" {build}
]
dev-repo: "git://github.com/mirage/mirage-tcpip"
install: [make "install" "OS=xen"]
synopsis: "Userlevel TCP/IP stack"
flags: light-uninstall
url {
  src: "https://github.com/mirage/mirage-tcpip/archive/v0.9.5.tar.gz"
  checksum: "md5=181072757691c47d1d9973fd5d766828"
}
