this repo has no description
1opam-version: "2.0" 2maintainer: "Anil Madhavapeddy <anil@recoil.org>" 3authors: "Anil Madhavapeddy <anil@recoil.org>" 4homepage: "https://github.com/mirage/mirage-net-macosx" 5bug-reports: "https://github.com/mirage/mirage-net-macosx/issues" 6dev-repo: "git+https://github.com/mirage/mirage-net-macosx.git" 7doc: "https://mirage.github.io/mirage-net-macosx/" 8license: "ISC" 9build: ["ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%"] 10depends: [ 11 "ocaml" 12 "ocamlfind" {build} 13 "topkg" {build} 14 "cstruct" {>= "1.4.0"} 15 "ipaddr" {< "3.0.0"} 16 "sexplib" 17 "lwt" {>= "2.4.3"} 18 "mirage-types" {< "3.0.0"} 19 "mirage-types-lwt" {< "3.0.0"} 20 "io-page" {>= "2.0.0"} 21 "io-page-unix" {>= "2.0.0"} 22 "vmnet" 23 "logs" 24] 25synopsis: "MacOS X implementation of the Mirage NETWORK interface." 26description: """ 27This interface exposes raw Ethernet frames using the 28[Vmnet](https://github.com/mirage/ocaml-vmnet) framework that 29is available on MacOS X Yosemite onwards. It is suitable for 30use with an OCaml network stack such as the one found at 31<https://github.com/mirage/mirage-tcpip>. 32 33For a complete system that uses this, please see the 34[MirageOS](http://mirage.io) homepage. 35 36- docs: <https://mirage.github.io/mirage-net-macosx/> 37- Issues: <https://github.com/mirage/mirage-net-macosx/issues> 38- Email: <mirageos-devel@lists.xenproject.org>""" 39url { 40 src: 41 "https://github.com/mirage/mirage-net-macosx/releases/download/1.2.0/mirage-net-macosx-1.2.0.tbz" 42 checksum: [ 43 "sha256=7b5803388c8630d5d4c27d6d605860b0f8568bd3cb301f30933bb2a0259fb95b" 44 "md5=0b5537c8dacf9e0d7a7181f87bee61e7" 45 ] 46}