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.06.0"}
17 "dune" {>= "1.0"}
18 "cstruct" {>= "1.4.0"}
19 "macaddr"
20 "sexplib"
21 "logs"
22 "lwt" {>= "2.4.3"}
23 "mirage-net" {>= "3.0.0"}
24 "vmnet" {>= "1.5.1"}
25]
26tags: "org:mirage"
27
28synopsis: "MacOS implementation of the Mirage_net_lwt interface"
29description: """
30This interface exposes raw Ethernet frames using the
31[Vmnet](https://github.com/mirage/ocaml-vmnet) framework that
32is available on MacOS X Yosemite onwards. It is suitable for
33use with an OCaml network stack such as the one found at
34<https://github.com/mirage/mirage-tcpip>.
35"""
36x-commit-hash: "8d98e77f3020686b388fe2d582cb79eeebae6a13"
37url {
38 src:
39 "https://github.com/mirage/mirage-net-macosx/releases/download/v1.9.0/mirage-net-macosx-v1.9.0.tbz"
40 checksum: [
41 "sha256=931d4ed0f7fbb9481e6f4907cbb9475b0deee2fa4f2e118ef4e2513749f335e3"
42 "sha512=117a36f2d5910c27ea6f534c7cb9416f7468193e5846383cd3aaf9c8da78937ff6b7ab1d9d2fd1526ee67dc3f77277a2a28f162427a7dac6542789c572a6f4c5"
43 ]
44}