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.6.0" & <= "0.9.0"}
  "ocamlfind"
  "cstruct" {< "0.6.0"}
  "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.4.1.tar.gz"
  checksum: "md5=4bd29c66a84e628cb3693eb115cd323f"
}
