opam-version: "2.0" maintainer: "anil@recoil.org" authors: [ "Anil Madhavapeddy" "David Scott" "Thomas Gazagnaire" "Hannes Mehnert" ] 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" doc: "https://mirage.github.io/mirage-net-unix/" build: [ ["jbuilder" "subst" "-p" name] {dev} [ "jbuilder" "build" "-p" name "-j" jobs ] ] depends: [ "ocaml" {>= "4.03.0"} "jbuilder" {>= "1.0+beta9"} "cstruct" {>= "3.0.2" & < "6.0.0"} "cstruct-lwt" "lwt" {>= "2.4.3"} "mirage-net-lwt" {>= "1.0.0" & < "2.0.0"} "io-page-unix" {>= "2.0.0"} "tuntap" {>= "1.3.0"} "result" "alcotest" {with-test} ] synopsis: "Unix implementation of the Mirage NETWORK 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/2.4.1/mirage-net-unix-2.4.1.tbz" checksum: [ "sha256=03f9fbbae863feeb3f903883f0d214878e86aa9fe7422ecc363a490933a3e8bf" "md5=92da3862f6e75b02c7434b6d580df4ab" ] }