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"
7license: "ISC"
8build: [
9 ["./configure" "--prefix=%{prefix}%"]
10 [make]
11]
12install: [make "install"]
13remove: ["ocamlfind" "remove" "mirage-net-macosx"]
14depends: [
15 "ocaml"
16 "ocamlfind" {build}
17 "cstruct" {>= "1.4.0"}
18 "sexplib"
19 "ocamlfind"
20 "lwt" {>= "2.4.3"}
21 "mirage-types-lwt" {< "3.0.0"}
22 "io-page" {>= "1.4.0"}
23 "vmnet"
24 "ocamlbuild" {build}
25]
26synopsis: "MacOS X implementation of the MirageOS NETWORK interface"
27description: """
28This interface exposes raw Ethernet frames using the
29[Vmnet](https://github.com/mirage/ocaml-vmnet) framework that
30is available on MacOS X Yosemite onwards. It is suitable for
31use with an OCaml network stack such as the one found at
32<https://github.com/mirage/mirage-tcpip>.
33
34For a complete system that uses this, please see the
35[MirageOS](http://openmirage.org) homepage.
36
37- WWW: <https://github.com/mirage/mirage-net-macosx>
38- Issues: <https://github.com/mirage/mirage-net-macosx/issues>
39- Email: <mirageos-devel@lists.xenproject.org>"""
40flags: light-uninstall
41url {
42 src: "https://github.com/mirage/mirage-net-macosx/archive/v1.1.0.tar.gz"
43 checksum: [
44 "sha256=94f882ee59c854786c37ff9df3700d8e4a1279a5446468f008e6e95231f92bc5"
45 "md5=3a3ef093f7002539bf7d88dd6223ba56"
46 ]
47}