opam-version: "2.0" maintainer: "Anil Madhavapeddy " authors: "Anil Madhavapeddy " homepage: "https://github.com/mirage/mirage-net-macosx" bug-reports: "https://github.com/mirage/mirage-net-macosx/issues" dev-repo: "git+https://github.com/mirage/mirage-net-macosx.git" doc: "https://mirage.github.io/mirage-net-macosx/" license: "ISC" build: [ [ "dune" "subst" ] {dev} [ "dune" "build" "-p" name "-j" jobs ] ] depends: [ "ocaml" {>= "4.03.0"} "dune" {>= "1.0"} "cstruct" {>= "1.4.0"} "macaddr" "sexplib" "logs" "lwt" {>= "2.4.3"} "mirage-net-lwt" {>= "1.0.0" & < "2.0.0"} "io-page" {>= "2.0.0"} "io-page-unix" {>= "2.0.0"} "vmnet" ] tags: "org:mirage" synopsis: "MacOS implementation of the Mirage_net_lwt interface" description: """ This interface exposes raw Ethernet frames using the [Vmnet](https://github.com/mirage/ocaml-vmnet) framework that is available on MacOS X Yosemite onwards. It is suitable for use with an OCaml network stack such as the one found at . """ url { src: "https://github.com/mirage/mirage-net-macosx/releases/download/v1.5.0/mirage-net-macosx-v1.5.0.tbz" checksum: [ "sha256=5ae155da7b36033e9ef5104da9989b84a7b885169e58f3f353fe0336fbae5951" "md5=8e75987dfc35f8b149b7339f2e2aea26" ] }