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" {>="4.0.2"} "lwt" {>= "2.5.0"} "cstruct" {>= "1.9.0"} "ppx_tools" "ppx_sexp_conv" "ppx_cstruct" "io-page" "io-page-unix" "mirage-flow-lwt" {>= "1.0.0"} "xenstore" {>= "1.2.2"} "xenstore_transport" {>= "1.0.0"} "xen-evtchn-unix" "xen-gnt-unix" "sexplib" "cmdliner" "result" "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/v4.0.2/vchan-v4.0.2.tbz" checksum: [ "sha256=ee3c703ebc4e525f797aecea5a216a5cb4f2e9b52fbb78d0cdc18a6f8853ebe2" "md5=59475ed6b62865d501397fc4b51e0f86" ] }