opam-version: "2.0"
maintainer: "anil@recoil.org"
tags: [
  "org:mirage"
  "org:xapi-project"
]
build: [make "all"]
remove: [["ocamlfind" "remove" "mirage-net"]]
depends: [
  "ocaml"
  "mirage" {>= "0.7.2" & <= "0.9.0"}
  "ocamlfind"
  "cstruct" {>= "0.6.1"}
  "ocamlbuild" {build}
]
dev-repo: "git://github.com/mirage/mirage-tcpip"
install: [make "install"]
synopsis: "MirageOS TCP/IP networking library"
flags: light-uninstall
url {
  src:
    "https://github.com/mirage/mirage-tcpip/archive/mirage-net-0.5.2.tar.gz"
  checksum: "md5=1af9293e8f9912515479e11c5a33c222"
}
