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 "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" 34x-commit-hash: "69de0287d4eb732b42873f10c346f8473032591f" 35url { 36 src: 37 "https://github.com/mirage/ocaml-vchan/releases/download/v6.0.0/vchan-v6.0.0.tbz" 38 checksum: [ 39 "sha256=7a6cc89ff8ba7144d6cef3f36722f40deedb3cefff0f7be1b2f3b7b2a2b41747" 40 "sha512=0df7879cead12d37d7a16cc21af839fc26ba16532ced69313bb3b153f187e5f4586c8e34d59ee51265500e0f50febc1b8c01f9ba3703ddd18b6851f02f52c43a" 41 ] 42}