opam-version: "2.0" synopsis: "Reasonably performant non-blocking channels for async" maintainer: ["Anurag Soni "] authors: ["Anurag Soni"] license: "MIT" tags: ["async" "reader" "writer"] homepage: "https://github.com/anuragsoni/shuttle" bug-reports: "https://github.com/anuragsoni/shuttle/issues" depends: [ "dune" {>= "2.8"} "ocaml" {>= "4.11.0"} "async" {>= "v0.14" & < "v0.17.0"} "core" {>= "v0.14"} "core_unix" {>= "v0.14"} "ppx_jane" {>= "v0.14"} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/anuragsoni/shuttle.git" available: [ arch != "s390x" ] url { src: "https://github.com/anuragsoni/shuttle/releases/download/0.4.0/shuttle-0.4.0.tbz" checksum: [ "sha256=e701a36d3383156f5b1d16f6676622377ab148e39c44b96821ea45fb7e22abb7" "sha512=8405350a606782d8cda314b86327bb6823e5635fd6f72fb8cb2d734a91a10b81e50d468f5539fdbce4f71f67b0aed91fb012a85ec4673b2e9f2bfff477d881e7" ] } x-commit-hash: "d46bf92c08e707f72c120ea6f7c45d667cbe3e49"