this repo has no description
0
fork

Configure Feed

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

Merge pull request #25741 from hannesm/release-shared-memory-ring-v3.2.1

[new release] shared-memory-ring (2 packages) (3.2.1)

authored by

Marcello Seri and committed by
GitHub
52b716e7 60da4d3c

+86
+39
packages/shared-memory-ring-lwt/shared-memory-ring-lwt.3.2.1/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "dave@recoil.org" 3 + authors: ["Anil Madhavapeddy" "David Scott"] 4 + license: "ISC" 5 + tags: ["org:mirage" "org:xapi-project"] 6 + homepage: "https://github.com/mirage/shared-memory-ring" 7 + doc: "https://mirage.github.io/shared-memory-ring/" 8 + bug-reports: "https://github.com/mirage/shared-memory-ring/issues" 9 + depends: [ 10 + "ocaml" {>= "4.08.0"} 11 + "dune" 12 + "cstruct" {>= "2.4.1"} 13 + "shared-memory-ring" {= version} 14 + "lwt" 15 + "lwt-dllist" 16 + "ounit" {with-test} 17 + ] 18 + build: [ 19 + ["dune" "subst"] {dev} 20 + ["dune" "build" "-p" name "-j" jobs] 21 + ["dune" "runtest" "-p" name "-j" jobs] {with-test} 22 + ] 23 + dev-repo: "git+https://github.com/mirage/shared-memory-ring.git" 24 + synopsis: "Shared memory rings for RPC and bytestream communications using Lwt" 25 + description: """ 26 + This package contains a set of libraries for creating shared memory 27 + producer/consumer rings, using the Lwt concurrency library to handle blocking. 28 + The rings follow the Xen ABI and may be used to create or implement Xen virtual 29 + devices. 30 + """ 31 + url { 32 + src: 33 + "https://github.com/mirage/shared-memory-ring/releases/download/v3.2.1/shared-memory-ring-3.2.1.tbz" 34 + checksum: [ 35 + "sha256=a92767b6c3d0a34ffc2656cea0ee8d018b686bce87272e7258752c5a2fcf1833" 36 + "sha512=190be12ded34e209d13608a609d9f3c9e657644cac4cdc829f475444efe69fcad9da0a4e2dbd503a682b196cc14b311e60cce3fbc68cdaf4fb15524a4252e7f1" 37 + ] 38 + } 39 + x-commit-hash: "ed0e8fa13b35bddce6de1b65dbfb6eb215050bee"
+47
packages/shared-memory-ring/shared-memory-ring.3.2.1/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "dave@recoil.org" 3 + authors: ["Anil Madhavapeddy" "David Scott"] 4 + license: "ISC" 5 + tags: ["org:mirage" "org:xapi-project"] 6 + homepage: "https://github.com/mirage/shared-memory-ring" 7 + doc: "https://mirage.github.io/shared-memory-ring/" 8 + bug-reports: "https://github.com/mirage/shared-memory-ring/issues" 9 + depends: [ 10 + "ocaml" {>= "4.08.0"} 11 + "dune" 12 + "cstruct" {>= "6.0.0"} 13 + "ounit" {with-test} 14 + ] 15 + build: [ 16 + ["dune" "subst"] {dev} 17 + ["dune" "build" "-p" name "-j" jobs] 18 + ["dune" "runtest" "-p" name "-j" jobs] {with-test} 19 + ] 20 + available: [ arch != "s390x" & arch != "ppc64" & arch != "riscv64" ] 21 + dev-repo: "git+https://github.com/mirage/shared-memory-ring.git" 22 + synopsis: "Shared memory rings for RPC and bytestream communications" 23 + description: """ 24 + This package contains a set of libraries for creating shared memory 25 + producer/consumer rings. The rings follow the Xen ABI and may be used 26 + to create or implement Xen virtual devices. 27 + 28 + Example use: 29 + 30 + One program wishes to create data records and push them efficiently 31 + to a second process on the same physical machine for 32 + sampling/analysis/archiving. 33 + 34 + Example use: 35 + 36 + A Xen virtual machine wishes to send and receive network packets to 37 + and from a backend driver domain. 38 + """ 39 + url { 40 + src: 41 + "https://github.com/mirage/shared-memory-ring/releases/download/v3.2.1/shared-memory-ring-3.2.1.tbz" 42 + checksum: [ 43 + "sha256=a92767b6c3d0a34ffc2656cea0ee8d018b686bce87272e7258752c5a2fcf1833" 44 + "sha512=190be12ded34e209d13608a609d9f3c9e657644cac4cdc829f475444efe69fcad9da0a4e2dbd503a682b196cc14b311e60cce3fbc68cdaf4fb15524a4252e7f1" 45 + ] 46 + } 47 + x-commit-hash: "ed0e8fa13b35bddce6de1b65dbfb6eb215050bee"