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.15"}
13 "core" {>= "v0.14" & < "v0.15"}
14 "ppx_jane" {>= "v0.14" & < "v0.15"}
15 "odoc" {with-doc}
16]
17build: [
18 ["dune" "subst"] {dev}
19 [
20 "dune"
21 "build"
22 "-p"
23 name
24 "-j"
25 jobs
26 "@install"
27 "@runtest" {with-test}
28 "@doc" {with-doc}
29 ]
30]
31dev-repo: "git+https://github.com/anuragsoni/shuttle.git"
32url {
33 src:
34 "https://github.com/anuragsoni/shuttle/releases/download/0.3.1/shuttle-0.3.1.tbz"
35 checksum: [
36 "sha256=fadea3010bb0008ffa6533abefeda865162c7f66601c84256d6a459fe7317cb2"
37 "sha512=1c4813878d75638694a53eb4c241116301dfd10e7320a8c5185fd2099a3d22babc5f27e6776850220bed0b2b80e91e034700285282fe17125139c92dee2c6348"
38 ]
39}
40x-commit-hash: "b1369c87b7a1c695c880bd5df78471123ecdb951"
41available: [ arch != "s390x" ]