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" {>="4.0.2"} 14 "lwt" {>= "2.5.0"} 15 "cstruct" {>= "1.9.0"} 16 "ppx_tools" 17 "ppx_sexp_conv" 18 "ppx_cstruct" 19 "io-page" 20 "io-page-unix" 21 "mirage-flow-lwt" {>= "1.0.0"} 22 "xenstore" {>= "1.2.2"} 23 "xenstore_transport" {>= "1.0.0"} 24 "xen-evtchn-unix" 25 "xen-gnt-unix" 26 "sexplib" 27 "cmdliner" 28 "result" 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/v4.0.2/vchan-v4.0.2.tbz" 39 checksum: [ 40 "sha256=ee3c703ebc4e525f797aecea5a216a5cb4f2e9b52fbb78d0cdc18a6f8853ebe2" 41 "md5=59475ed6b62865d501397fc4b51e0f86" 42 ] 43}