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.15.0" & < "v0.17.0"}
13 "core" {>= "v0.15.0"}
14 "core_unix" {>= "v0.15.0"}
15 "ppx_jane" {>= "v0.15.0"}
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.9.2/shuttle-0.9.2.tbz"
37 checksum: [
38 "sha256=69bf4d3ec9262dc981db5b6073c1d9e581c24fa1f1a49d20798eb3ae953ecdc3"
39 "sha512=36e95dcfce349f1acc586afa30c6b74d8212b9a8c0e32a2abcdbe09a87208b9ed2dc2c27aed3d65f4e9031260a3c54af7d0e9ebd7ba3d0b80182f17773dae24f"
40 ]
41}
42x-commit-hash: "e42176f2ed24c23254e2c6ac6d26e0afc0194819"