this repo has no description
1opam-version: "2.0" 2synopsis: "Reasonably performant non-blocking channels for async" 3maintainer: ["Anurag Soni <anurag@sonianurag.com>"] 4authors: ["Anurag Soni"] 5license: "MIT" 6tags: ["async" "reader" "writer"] 7homepage: "https://github.com/anuragsoni/shuttle" 8bug-reports: "https://github.com/anuragsoni/shuttle/issues" 9depends: [ 10 "dune" {>= "2.8"} 11 "ocaml" {>= "4.11.0"} 12 "async" {>= "v0.15.0" & < "v0.17.0"} 13 "core" {>= "v0.15.0"} 14 "core_unix" {>= "v0.15.0"} 15 "ppx_jane" {>= "v0.15.0"} 16 "odoc" {with-doc} 17] 18build: [ 19 ["dune" "subst"] {dev} 20 [ 21 "dune" 22 "build" 23 "-p" 24 name 25 "-j" 26 jobs 27 "@install" 28 "@runtest" {with-test} 29 "@doc" {with-doc} 30 ] 31] 32dev-repo: "git+https://github.com/anuragsoni/shuttle.git" 33available: [ arch != "s390x" ] 34url { 35 src: 36 "https://github.com/anuragsoni/shuttle/releases/download/0.9.4/shuttle-0.9.4.tbz" 37 checksum: [ 38 "sha256=d868723ab7d9b9c7239c30ce0692bc02c8f6ac3f3ff62ef31a0b8a014de45995" 39 "sha512=f831285927eae3da9bb6e233e296e0d9193a940faf81850a279d50a1639ad806717054f973e60436d9afa503ae5a800ddd6a5c4b3eaca8457b20ac5d810534f3" 40 ] 41} 42x-commit-hash: "86e713055877724ceb1ffacf5401df894e517547"