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 "xenstore_transport" {>= "1.0.0"} 22 "xen-evtchn-unix" 23 "xen-gnt-unix" 24 "sexplib" 25 "xen-evtchn" 26 "xen-gnt" 27 "fmt" {>= "0.8.7"} 28 "cmdliner" {with-test} 29 "ounit" {with-test} 30] 31build: [ 32 ["dune" "subst"] {dev} 33 ["dune" "build" "-p" name "-j" jobs] 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"