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 [ "dune" "subst" ] {dev}
12 [ "dune" "build" "-p" name "-j" jobs ]
13]
14
15depends: [
16 "ocaml" {>= "4.03.0"}
17 "dune" {>= "1.0"}
18 "cstruct" {>= "1.4.0"}
19 "macaddr"
20 "sexplib"
21 "logs"
22 "lwt" {>= "2.4.3"}
23 "mirage-net-lwt" {>= "1.0.0" & < "2.0.0"}
24 "io-page" {>= "2.0.0"}
25 "io-page-unix" {>= "2.0.0"}
26 "vmnet"
27]
28tags: "org:mirage"
29
30synopsis: "MacOS implementation of the Mirage_net_lwt interface"
31description: """
32This interface exposes raw Ethernet frames using the
33[Vmnet](https://github.com/mirage/ocaml-vmnet) framework that
34is available on MacOS X Yosemite onwards. It is suitable for
35use with an OCaml network stack such as the one found at
36<https://github.com/mirage/mirage-tcpip>.
37"""
38url {
39 src:
40 "https://github.com/mirage/mirage-net-macosx/releases/download/v1.5.0/mirage-net-macosx-v1.5.0.tbz"
41 checksum: [
42 "sha256=5ae155da7b36033e9ef5104da9989b84a7b885169e58f3f353fe0336fbae5951"
43 "md5=8e75987dfc35f8b149b7339f2e2aea26"
44 ]
45}