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