opam-version: "2.0"
maintainer: "dave@recoil.org"
authors: ["Anil Madhavapeddy" "David Scott"]
license: "ISC"
tags: ["org:mirage" "org:xapi-project"]
homepage: "https://github.com/mirage/shared-memory-ring"
doc: "https://mirage.github.io/shared-memory-ring/"
bug-reports: "https://github.com/mirage/shared-memory-ring/issues"
depends: [
  "ocaml" {>= "4.02.0"}
  "dune"
  "cstruct" {>= "2.4.1"}
  "ppx_cstruct"
  "shared-memory-ring"
  "lwt"
  "lwt-dllist"
  "mirage-profile"
  "ounit" {with-test}
]
build: [
  ["dune" "subst"] {pinned}
  ["dune" "build" "-p" name "-j" jobs]
]
dev-repo: "git+https://github.com/mirage/shared-memory-ring.git"
synopsis: "Shared memory rings for RPC and bytestream communications using Lwt"
description: """
This package contains a set of libraries for creating shared memory
producer/consumer rings, using the Lwt concurrency library to handle blocking.
The rings follow the Xen ABI and may be used to create or implement Xen virtual
devices.
"""
url {
  src:
    "https://github.com/mirage/shared-memory-ring/releases/download/v3.1.0/shared-memory-ring-v3.1.0.tbz"
  checksum: "md5=dba58a2c1da945028df10d34332ca7fe"
}
