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