this repo has no description
1opam-version: "2.0"
2synopsis: "Xen Vchan implementation"
3maintainer: "jonathan.ludlam@eu.citrix.com"
4authors: ["Vincent Bernardoff" "Jon Ludlam" "David Scott"]
5license: "ISC"
6tags: "org:mirage"
7homepage: "https://github.com/mirage/ocaml-vchan"
8doc: "https://mirage.github.io/ocaml-vchan"
9bug-reports: "https://github.com/mirage/ocaml-vchan/issues"
10depends: [
11 "ocaml" {>= "4.08.0"}
12 "dune"
13 "vchan" {=version}
14 "lwt" {>= "2.5.0"}
15 "cstruct" {>= "1.9.0"}
16 "ppx_sexp_conv"
17 "ppx_cstruct"
18 "io-page"
19 "mirage-flow" {>= "2.0.0" & < "4.0.0"}
20 "xenstore" {>= "1.2.2"}
21 "mirage-xen" {>= "7.0.0"}
22 "xenstore_transport" {>= "1.0.0"}
23 "sexplib"
24 "ounit" {with-test}
25 "cmdliner" {with-test}
26]
27build: [
28 ["dune" "subst"] {dev}
29 ["dune" "build" "-p" name "-j" jobs]
30]
31dev-repo: "git+https://github.com/mirage/ocaml-vchan.git"
32url {
33 src:
34 "https://github.com/mirage/ocaml-vchan/releases/download/v6.0.1/vchan-6.0.1.tbz"
35 checksum: [
36 "sha256=e44edd2133158ab628c54929f196a6440a25ca103a6af5c624d022a31781b95d"
37 "sha512=8507095e49d2c47d3aa71a62a2856dea3bce0607ee3f03cd9c4a7a93b2a0f6b53788ef0345ce1193a10048251f4bd0f6d1af74ba2191682686ec463653b17622"
38 ]
39}
40x-commit-hash: "4bc5ad6b26dac4337f1fe7f3e523568245ad38c5"