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.06.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 "io-page-unix"
20 "mirage-flow" {>= "2.0.0" & < "4.0.0"}
21 "xenstore" {>= "1.2.2"}
22 "xenstore_transport" {>= "1.0.0"}
23 "xen-evtchn-unix"
24 "xen-gnt-unix"
25 "sexplib"
26 "cmdliner"
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/v5.0.0/vchan-v5.0.0.tbz"
37 checksum: [
38 "sha256=c3fca6c6db1890cec35a74c2d6fe5644a69285c460976f2a6c8bd0e6012fa52f"
39 "sha512=0e11e90197dcc1552424f99208927bf4a3ade41578320ee89e582b8ad510e206ddcb78c49c5c6c3706bb398bbf778f9713d65c255254b34e5faee850ce0ff34c"
40 ]
41}