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: ["ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%"] depends: [ "ocaml" "ocamlfind" {build} "topkg" {build} "cstruct" {>= "1.4.0"} "ipaddr" {< "3.0.0"} "sexplib" "lwt" {>= "2.4.3"} "mirage-types" {< "3.0.0"} "mirage-types-lwt" {< "3.0.0"} "io-page" {>= "2.0.0"} "io-page-unix" {>= "2.0.0"} "vmnet" "logs" ] synopsis: "MacOS X implementation of the Mirage NETWORK 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 . For a complete system that uses this, please see the [MirageOS](http://mirage.io) homepage. - docs: - Issues: - Email: """ url { src: "https://github.com/mirage/mirage-net-macosx/releases/download/1.2.0/mirage-net-macosx-1.2.0.tbz" checksum: [ "sha256=7b5803388c8630d5d4c27d6d605860b0f8568bd3cb301f30933bb2a0259fb95b" "md5=0b5537c8dacf9e0d7a7181f87bee61e7" ] }