opam-version: "2.0"
synopsis: "Xen Vchan implementation"
maintainer: "jonathan.ludlam@eu.citrix.com"
authors: ["Vincent Bernardoff" "Jon Ludlam" "David Scott"]
license: "ISC"
tags: "org:mirage"
homepage: "https://github.com/mirage/ocaml-vchan"
doc: "https://mirage.github.io/ocaml-vchan"
bug-reports: "https://github.com/mirage/ocaml-vchan/issues"
depends: [
  "ocaml" {>= "4.04.0"}
  "dune"
  "vchan" {= version}
  "lwt" {>= "2.5.0"}
  "cstruct" {>= "1.9.0"}
  "ppx_tools"
  "ppx_sexp_conv" {< "v0.15"}
  "ppx_cstruct"
  "io-page"
  "mirage-flow-lwt" {>= "1.0.0"}
  "xenstore" {>= "1.2.2"}
  "mirage-xen" {>= "4.0.0" & < "5.0.0"}
  "xenstore_transport" {>= "1.0.0"}
  "sexplib" {< "v0.15"}
  "cmdliner"
  "result"
  "ounit" {with-test}
]
build: [
  ["dune" "subst"] {pinned}
  ["dune" "build" "-p" name "-j" jobs]
]
dev-repo: "git+https://github.com/mirage/ocaml-vchan.git"
url {
  src:
    "https://github.com/mirage/ocaml-vchan/releases/download/v4.0.3/vchan-v4.0.3.tbz"
  checksum: [
    "sha256=881561336d1b52443512297e156586aa0ae4c8637f273b9316e873a35afabfa7"
    "sha512=691394329b1cbd1c5c842b607fe7fd9ba5a959b501e75dfaf818d02a82d507399cba9a9e4e97c2c69ad1fec078f5f994b8dae539fef3946af6cb355b3eed5c60"
  ]
}
