opam-version: "2.0"
maintainer: "anil@recoil.org"
authors: "Anil Madhavapeddy <anil@recoil.org>"
homepage: "https://github.com/mirage/mirage-net-unix"
bug-reports: "https://github.com/mirage/mirage-net-unix/issues"
dev-repo: "git+https://github.com/mirage/mirage-net-unix.git"
license: "ISC"
build: [
  [make]
  [make "test"] {with-test}
]
install: [
  [make "install"]
]
remove: [
  [make "uninstall"]
]
depends: [
  "ocaml" {>= "4.00.0" & < "4.03.0"}
  "cstruct" {>= "1.0.1" & < "2.0.0"}
  "camlp4" {build}
  "ocamlfind" {build}
  "lwt" {>= "2.4.3"}
  "mirage-types" {>= "1.1.0" & < "3.0.0"}
  "io-page" {>= "1.0.1" & < "2.0.0"}
  "tuntap" {>= "0.7.0"}
  "ounit"
  "ocamlbuild" {build}
]
synopsis: "Ethernet network driver for Mirage, using tuntap"
url {
  src: "https://github.com/mirage/mirage-net-unix/archive/v2.2.0.tar.gz"
  checksum: "md5=b4eb53d6a977a101d7e7e478b281d512"
}
