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.4.0/shuttle-0.4.0.tbz"
37 checksum: [
38 "sha256=e701a36d3383156f5b1d16f6676622377ab148e39c44b96821ea45fb7e22abb7"
39 "sha512=8405350a606782d8cda314b86327bb6823e5635fd6f72fb8cb2d734a91a10b81e50d468f5539fdbce4f71f67b0aed91fb012a85ec4673b2e9f2bfff477d881e7"
40 ]
41}
42x-commit-hash: "d46bf92c08e707f72c120ea6f7c45d667cbe3e49"