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/" 8 9license: "ISC" 10build: [ 11 [ 12 "jbuilder" "build" "--only-packages=mirage-net-macosx" 13 "--no-config" {jbuilder:version >= "1.0+beta18"} 14 ] 15] 16 17depends: [ 18 "ocaml" 19 "ocamlfind" {build} 20 "jbuilder" 21 "cstruct" {>= "1.4.0"} 22 "ipaddr" {< "3.0.0"} 23 "sexplib" 24 "logs" 25 "lwt" {>= "2.4.3"} 26 "mirage-net-lwt" {>= "1.0.0" & < "2.0.0"} 27 "io-page" {>= "2.0.0"} 28 "io-page-unix" {>= "2.0.0"} 29 "vmnet" 30] 31tags: "org:mirage" 32synopsis: "MacOS X implementation of the Mirage NETWORK interface." 33description: """ 34This interface exposes raw Ethernet frames using the 35[Vmnet](https://github.com/mirage/ocaml-vmnet) framework that 36is available on MacOS X Yosemite onwards. It is suitable for 37use with an OCaml network stack such as the one found at 38<https://github.com/mirage/mirage-tcpip>. 39 40For a complete system that uses this, please see the 41[MirageOS](http://mirage.io) homepage. 42 43- docs: <https://mirage.github.io/mirage-net-macosx/> 44- Issues: <https://github.com/mirage/mirage-net-macosx/issues> 45- Email: <mirageos-devel@lists.xenproject.org>""" 46url { 47 src: "https://github.com/mirage/mirage-net-macosx/archive/1.4.0.tar.gz" 48 checksum: [ 49 "sha256=dfcc5297b6587606de2da0c3fdc37d4015303d168dcc1270566e46801b015732" 50 "md5=380778a506955c052f6a1f54fdc47397" 51 ] 52}