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 "jbuilder" {>= "1.0+beta9"} 18 "cstruct" {>= "2.4.1"} 19 "ppx_cstruct" {>= "3.2.0"} 20 "mirage-profile" 21 "ounit" {with-test} 22 "ocaml-migrate-parsetree" {< "2.0.0"} 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.1/shared-memory-ring-3.0.1.tbz" 31 checksum: [ 32 "sha256=68f2674149998c56fad8f397f515c8513a929e951d9bf3fe0f8efef9b7d55c44" 33 "md5=d1e22d8e2e437bad2ae11f445b75d251" 34 ] 35}