opam-version: "2.0" maintainer: "anil@recoil.org" authors: [ "Anil Madhavapeddy" "David Scott" "Thomas Gazagnaire" "Hannes Mehnert" ] license: "ISC" homepage: "https://github.com/mirage/mirage-net-unix" doc: "https://mirage.github.io/mirage-net-unix/" bug-reports: "https://github.com/mirage/mirage-net-unix/issues" depends: [ "ocaml" {>= "4.04.2"} "dune" {>= "1.0"} "cstruct" {>= "1.7.1"} "cstruct-lwt" "lwt" {>= "2.4.3"} "mirage-net-lwt" {>= "2.0.0"} "tuntap" {>= "1.8.0"} "alcotest" {with-test} "logs" "macaddr" ] build: [ ["dune" "subst"] {dev} ["dune" "build" "-p" name "-j" jobs] ] dev-repo: "git+https://github.com/mirage/mirage-net-unix.git" synopsis: "Unix implementation of the Mirage_net_lwt interface" description: """ This interface exposes raw Ethernet frames using `ocaml-tuntap`, suitable for use with an OCaml network stack such as the one found at . """ url { src: "https://github.com/mirage/mirage-net-unix/releases/download/v2.6.0/mirage-net-unix-v2.6.0.tbz" checksum: [ "sha256=8ad39aa92e29634c6d0746929edcfa71ad7b7ae56ad270efbbc62113c0e734a1" "md5=e8234f0fdd3e9211f3590b367130bf16" ] }