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" & < "3.4.0"} 20 "ppx_cstruct" 21 "mirage-profile" 22 "ounit" {with-test} 23] 24synopsis: "Shared memory rings for RPC and bytestream communications." 25description: """ 26Includes concrete implementations of Xen console and Xenstore 27rings.""" 28url { 29 src: 30 "https://github.com/mirage/shared-memory-ring/releases/download/3.0.0/shared-memory-ring-3.0.0.tbz" 31 checksum: [ 32 "sha256=42b56d5082506f9b6aba14460d0688cff1b17e50057ad57b49f6b0e1c77a1ef5" 33 "md5=d590d0296974325f1434ba11f128ef0d" 34 ] 35}