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 "io-page" 17 "mirage-flow" {>= "2.0.0"} 18 "xenstore" {>= "1.2.2"} 19 "xenstore_transport" {>= "1.0.0"} 20 "xen-evtchn-unix" 21 "xen-gnt-unix" 22 "xen-evtchn" 23 "xen-gnt" 24 "fmt" {>= "0.8.7"} 25 "cmdliner" {with-test & >= "1.1.0"} 26] 27build: [ 28 ["dune" "subst"] {dev} 29 ["dune" "build" "-p" name "-j" jobs] 30] 31dev-repo: "git+https://github.com/mirage/ocaml-vchan.git" 32url { 33 src: 34 "https://github.com/mirage/ocaml-vchan/releases/download/v6.0.2/vchan-6.0.2.tbz" 35 checksum: [ 36 "sha256=7e48b5da5ad6b88c1e197fef483da06cc5fda9a3382ad8620d92de25859c5fe5" 37 "sha512=b2f107bf7384908e786dc45f1c5c3796662ea01032fe6639047151d5b3b30e46e82d4f6592548ee085fc1409f93986ff75e446812206122ffdd12da8f82b6e44" 38 ] 39} 40x-commit-hash: "78071e55bad05aabeb9c317c7198e961f7947a48" 41x-maintenance-intent: [ "(latest)" ]