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.14" & < "v0.17.0"} 13 "core" {>= "v0.14"} 14 "core_unix" {>= "v0.14"} 15 "ppx_jane" {>= "v0.14"} 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.5.0/shuttle-0.5.0.tbz" 37 checksum: [ 38 "sha256=4d469f8acf557afb0fb1fc0a885fc41521b0ab31475f4c8e3ad7445f64500c3e" 39 "sha512=7d9c4fb7ce253ed209b5470e53c3ae1e218fc769753686d7d68bb387ec328b3df1e76165d6e06e62f3f57aaf11a0dd9d8578be866d6a8b27de35957343c9615a" 40 ] 41} 42x-commit-hash: "39b973b8d504bc3b02a44a0ecf6afc1c386089ae"