opam-version: "2.0"
maintainer: "anil@recoil.org"
build: [make "OS=unix"]
remove: [
  ["ocamlfind" "remove" "mirage-tcpip-unix"]
]
depends: [
  "ocaml" {>= "4.00.0"}
  "ocamlfind"
  "cstruct" {>= "1.0.1"}
  "io-page-unix"
  "mirage-types" {= "0.5.0"}
  "mirage-unix" {>= "0.9.9" & < "1.1.0"}
  "mirage-clock-unix" {>= "1.0.0" & < "1.2"}
  "mirage-net-unix" {>= "1.0.0" & < "1.1.0"}
  "ipaddr" {>= "1.0.0" & < "2.0.0"}
  "ocamlbuild" {build}
]
dev-repo: "git://github.com/mirage/mirage-tcpip"
install: [make "OS=unix" "install"]
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"
}
