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.08.0"} "dune" "vchan" {= version} "lwt" {>= "2.5.0"} "cstruct" {>= "1.9.0"} "ppx_sexp_conv" "ppx_cstruct" "io-page" "mirage-flow" {>= "2.0.0" & < "4.0.0"} "xenstore" {>= "1.2.2"} "xenstore_transport" {>= "1.0.0"} "xen-evtchn-unix" "xen-gnt-unix" "sexplib" "xen-evtchn" "xen-gnt" "fmt" {>= "0.8.7"} "cmdliner" {with-test} "ounit" {with-test} ] build: [ ["dune" "subst"] {dev} ["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/v6.0.1/vchan-6.0.1.tbz" checksum: [ "sha256=e44edd2133158ab628c54929f196a6440a25ca103a6af5c624d022a31781b95d" "sha512=8507095e49d2c47d3aa71a62a2856dea3bce0607ee3f03cd9c4a7a93b2a0f6b53788ef0345ce1193a10048251f4bd0f6d1af74ba2191682686ec463653b17622" ] } x-commit-hash: "4bc5ad6b26dac4337f1fe7f3e523568245ad38c5"