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: [
  [make "all"]
]
install: [make "install"]
remove: [["ocamlfind" "remove" "shared-memory-ring"]]
depends: [
  "ocaml"
  "cstruct" {>= "0.7.1" & <= "1.9.0"}
  "type_conv" {build}
  "lwt" {< "4.0.0"}
  "ocamlfind"
  "ounit"
  "camlp4"
  "ocamlbuild" {build}
]
synopsis: "Shared memory rings for RPC and bytestream communications."
description: """
Includes concrete implementations of Xen console and Xenstore 
rings."""
flags: light-uninstall
url {
  src: "https://github.com/mirage/shared-memory-ring/archive/1.0.0.tar.gz"
  checksum: "md5=96d030ad53cb0a308ec320e8d541b495"
}
