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" license: "ISC" build: [ ["./configure" "--prefix=%{prefix}%"] [make] ] install: [make "install"] remove: ["ocamlfind" "remove" "mirage-net-macosx"] depends: [ "ocaml" "ocamlfind" {build} "cstruct" {>= "1.4.0"} "sexplib" "ocamlfind" "lwt" {>= "2.4.3"} "mirage-types-lwt" {< "3.0.0"} "io-page" {>= "1.4.0"} "vmnet" "ocamlbuild" {build} ] synopsis: "MacOS X implementation of the MirageOS 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://openmirage.org) homepage. - WWW: - Issues: - Email: """ flags: light-uninstall url { src: "https://github.com/mirage/mirage-net-macosx/archive/v1.1.0.tar.gz" checksum: [ "sha256=94f882ee59c854786c37ff9df3700d8e4a1279a5446468f008e6e95231f92bc5" "md5=3a3ef093f7002539bf7d88dd6223ba56" ] }