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" {>= "3.2.0"}
21 "shared-memory-ring" {= "3.0.1"}
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.1/shared-memory-ring-3.0.1.tbz"
33 checksum: [
34 "sha256=68f2674149998c56fad8f397f515c8513a929e951d9bf3fe0f8efef9b7d55c44"
35 "md5=d1e22d8e2e437bad2ae11f445b75d251"
36 ]
37}