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.04.0"}
12 "dune"
13 "vchan" {= version}
14 "lwt" {>= "2.5.0"}
15 "cstruct" {>= "1.9.0"}
16 "ppx_tools"
17 "ppx_sexp_conv"
18 "ppx_cstruct"
19 "io-page"
20 "mirage-flow-lwt" {>= "1.0.0"}
21 "xenstore" {>= "1.2.2"}
22 "mirage-xen" {>= "4.0.0" & < "5.0.0"}
23 "xenstore_transport" {>= "1.0.0"}
24 "sexplib"
25 "cmdliner"
26 "result"
27 "ounit" {with-test}
28]
29build: [
30 ["dune" "subst"] {dev}
31 ["dune" "build" "-p" name "-j" jobs]
32]
33dev-repo: "git+https://github.com/mirage/ocaml-vchan.git"
34url {
35 src:
36 "https://github.com/mirage/ocaml-vchan/releases/download/v4.0.3/vchan-v4.0.3.tbz"
37 checksum: [
38 "sha256=881561336d1b52443512297e156586aa0ae4c8637f273b9316e873a35afabfa7"
39 "sha512=691394329b1cbd1c5c842b607fe7fd9ba5a959b501e75dfaf818d02a82d507399cba9a9e4e97c2c69ad1fec078f5f994b8dae539fef3946af6cb355b3eed5c60"
40 ]
41}