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" doc: "https://anuragsoni.github.io/shuttle/" bug-reports: "https://github.com/anuragsoni/shuttle/issues" depends: [ "dune" {>= "2.8"} "ocaml" {>= "4.11.0"} "async" {>= "v0.15.0" & < "v0.17.0"} "core" {>= "v0.15.0"} "core_unix" {>= "v0.15.0"} "ppx_jane" {>= "v0.15.0"} "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.8.1/shuttle-0.8.1.tbz" checksum: [ "sha256=169edfba7a08ae202a3b8a6622cb5c6a22f627d4f09856acb0a4e0885a1ccf17" "sha512=9bf8344563e7ac9ee031086fdf1e19502934073dd186869574c29a95403333264cf12a60ee8bbdc36c32800acf080126dcfe54871e601f04096ffe523352937e" ] } x-commit-hash: "9aa5dba3844cb7baf71ee65b4fec84ff4488b024"