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