opam-version: "2.0" maintainer: "dave@recoil.org" authors: ["Anil Madhavapeddy" "David Scott"] homepage: "https://github.com/mirage/shared-memory-ring" bug-reports: "https://github.com/mirage/shared-memory-ring/issues" dev-repo: "git+https://github.com/mirage/shared-memory-ring.git" license: "ISC" tags: [ "org:mirage" "org:xapi-project"] build: [ ["jbuilder" "subst" "-p" name] {dev} [ "jbuilder" "build" "-p" name "-j" jobs ] ] depends: [ "ocaml" {>= "4.02.0"} "ocamlfind" {build} "jbuilder" {>= "1.0+beta9"} "cstruct" {>= "2.4.1" & < "3.4.0"} "ppx_cstruct" "mirage-profile" "ounit" {with-test} ] synopsis: "Shared memory rings for RPC and bytestream communications." description: """ Includes concrete implementations of Xen console and Xenstore rings.""" url { src: "https://github.com/mirage/shared-memory-ring/releases/download/3.0.0/shared-memory-ring-3.0.0.tbz" checksum: [ "sha256=42b56d5082506f9b6aba14460d0688cff1b17e50057ad57b49f6b0e1c77a1ef5" "md5=d590d0296974325f1434ba11f128ef0d" ] }