this repo has no description
0
fork

Configure Feed

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

Merge pull request #25823 from hannesm/release-mirage-net-xen-v2.1.5

[new release] mirage-net-xen (2.1.5)

authored by

Calascibetta Romain and committed by
GitHub
f9f113a6 20baedee

+45
+45
packages/mirage-net-xen/mirage-net-xen.2.1.5/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "anil@recoil.org" 3 + authors: ["Anil Madhavapeddy" "Thomas Leonard"] 4 + license: "ISC" 5 + homepage: "https://github.com/mirage/mirage-net-xen" 6 + bug-reports: "https://github.com/mirage/mirage-net-xen/issues" 7 + dev-repo: "git+https://github.com/mirage/mirage-net-xen.git" 8 + doc: "https://mirage.github.io/mirage-net-xen/" 9 + build: [ 10 + [ "dune" "subst"] {dev} 11 + [ "dune" "build" "-p" name "-j" jobs ] 12 + ] 13 + 14 + depends: [ 15 + "ocaml" {>= "4.08.0"} 16 + "dune" {>= "1.0"} 17 + "cstruct" {>= "6.0.0"} 18 + "lwt" {>= "2.4.3"} 19 + "mirage-net" {>= "3.0.0"} 20 + "io-page" {>= "1.5.0"} 21 + "mirage-xen" {>= "7.0.0"} 22 + "ipaddr" {>= "3.0.0"} 23 + "shared-memory-ring" {>="3.0.0"} 24 + "macaddr" {>= "5.2.0"} 25 + "lwt-dllist" 26 + "logs" {>= "0.5.0"} 27 + ] 28 + conflicts: [ 29 + "result" {< "1.5"} 30 + ] 31 + tags: "org:mirage" 32 + synopsis: "Network device for reading and writing Ethernet frames via then Xen netfront/netback protocol" 33 + description: """ 34 + This library allows an OCaml application to read and 35 + write Ethernet frames via the [Netfront/netback][xen-net] protocol. 36 + """ 37 + url { 38 + src: 39 + "https://github.com/mirage/mirage-net-xen/releases/download/v2.1.5/mirage-net-xen-2.1.5.tbz" 40 + checksum: [ 41 + "sha256=1399dfa90e79a485efdf61b480ef801d202bb10cf2d63b0c9b7b12631586d1f9" 42 + "sha512=ecc85ea1cbdd17750198ed7b3ccb1d3f3d3cde5fb949d01099a8838660ffa997ab848bfd622ee323c6635246c9643b945792a60fbcee717bdc66eba4c403acf5" 43 + ] 44 + } 45 + x-commit-hash: "11815dcad78e039df8656e4802f82198fe5630b3"