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_kernel" {>= "v0.14" & < "v0.15"} 13 "async_unix" {>= "v0.14" & < "v0.15"} 14 "core" {>= "v0.14" & < "v0.15"} 15 "ppx_jane" {>= "v0.14" & < "v0.15"} 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" 33url { 34 src: 35 "https://github.com/anuragsoni/shuttle/releases/download/0.1.0/shuttle-0.1.0.tbz" 36 checksum: [ 37 "sha256=daf6cb4f3e9f4b84bf7a35a1781126f562bf606e242e9a91a0cb1e55d07c3d14" 38 "sha512=4609a254587b9fb6eb2541bc8e76e830e0acc6d25c71ace7386cbe06ca2f3280171fb32839c064a1a74cbb0e96452010e41c617892934217fc1f2d44d9f25c78" 39 ] 40} 41x-commit-hash: "fb85bbd377151ebe5edf3d8eef3ba21ce226ede4"