opam-version: "2.0"
maintainer: "anil@recoil.org"
build: make
remove: [[make "uninstall"]]
depends: [
  "ocaml" {>= "4.00.0" & < "4.06.0"}
  "cstruct" {>= "0.8.1"}
  "camlp4" {build}
  "ocamlfind" {build}
  "lwt" {>= "2.4.3" & < "4.0.0"}
  "mirage-types" {= "0.4.0"}
  "io-page-unix" {>= "0.9.9" & < "2.0.0"}
  "tuntap" {>= "0.7.0"}
  "ounit"
  "ocamlbuild" {build}
]
dev-repo: "git://github.com/mirage/mirage-net-unix"
install: [make "install"]
synopsis: "Ethernet network driver for Mirage, using tuntap"
url {
  src: "https://github.com/mirage/mirage-net-unix/archive/v0.9.0.tar.gz"
  checksum: "md5=576c7702e6cdf4745f7fa01b7ed432c8"
}
