this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #20926 from samoht/release-mirage-net-macosx-v1.10.0

[new release] mirage-net-macosx (1.10.0)

authored by

Kate and committed by
GitHub
d45d29fe 205cb2b1

+44
+44
packages/mirage-net-macosx/mirage-net-macosx.1.10.0/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "Anil Madhavapeddy <anil@recoil.org>" 3 + authors: "Anil Madhavapeddy <anil@recoil.org>" 4 + homepage: "https://github.com/mirage/mirage-net-macosx" 5 + bug-reports: "https://github.com/mirage/mirage-net-macosx/issues" 6 + dev-repo: "git+https://github.com/mirage/mirage-net-macosx.git" 7 + doc: "https://mirage.github.io/mirage-net-macosx/" 8 + 9 + license: "ISC" 10 + build: [ 11 + [ "dune" "subst" ] {dev} 12 + [ "dune" "build" "-p" name "-j" jobs ] 13 + ] 14 + 15 + depends: [ 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 + ] 26 + tags: "org:mirage" 27 + 28 + synopsis: "MacOS implementation of the Mirage_net_lwt interface" 29 + description: """ 30 + This interface exposes raw Ethernet frames using the 31 + [Vmnet](https://github.com/mirage/ocaml-vmnet) framework that 32 + is available on MacOS X Yosemite onwards. It is suitable for 33 + use with an OCaml network stack such as the one found at 34 + <https://github.com/mirage/mirage-tcpip>. 35 + """ 36 + url { 37 + src: 38 + "https://github.com/mirage/mirage-net-macosx/releases/download/v1.10.0/mirage-net-macosx-1.10.0.tbz" 39 + checksum: [ 40 + "sha256=8285cd3c8e49afec4fa4b72d23430071aa1832971c0b0bcdd0b62587f90ba4cc" 41 + "sha512=b5b521b4339ef1e932b7b512338c84d0baaea09a4aa3e8748eac4d7063a79eeb3c72fdfc44ff6c3d5dca8680aee403ba63202337c0fb1f4e50d4ac128d975225" 42 + ] 43 + } 44 + x-commit-hash: "ee5745d8b8c28af48958edf6df08c58a9c95ec1e"