this repo has no description
1opam-version: "2.0"
2maintainer: "dave@recoil.org"
3authors: ["Anil Madhavapeddy" "David Scott"]
4homepage: "https://github.com/mirage/shared-memory-ring"
5bug-reports: "https://github.com/mirage/shared-memory-ring/issues"
6dev-repo: "git+https://github.com/mirage/shared-memory-ring.git"
7license: "ISC"
8tags: [ "org:mirage" "org:xapi-project"]
9
10build: [
11 ["jbuilder" "subst" "-p" name] {dev}
12 [ "jbuilder" "build" "-p" name "-j" jobs ]
13]
14
15depends: [
16 "ocaml" {>= "4.02.0"}
17 "ocamlfind" {build}
18 "jbuilder" {>= "1.0+beta9"}
19 "cstruct" {>= "2.4.1"}
20 "ppx_cstruct"
21 "shared-memory-ring" {= "3.0.0"}
22 "lwt"
23 "mirage-profile"
24 "ounit" {with-test}
25]
26synopsis: "Shared memory rings for RPC and bytestream communications."
27description: """
28Includes concrete implementations of Xen console and Xenstore
29rings."""
30url {
31 src:
32 "https://github.com/mirage/shared-memory-ring/releases/download/3.0.0/shared-memory-ring-3.0.0.tbz"
33 checksum: [
34 "sha256=42b56d5082506f9b6aba14460d0688cff1b17e50057ad57b49f6b0e1c77a1ef5"
35 "md5=d590d0296974325f1434ba11f128ef0d"
36 ]
37}