this repo has no description
1opam-version: "2.0"
2synopsis: "Async_ssl support for shuttle"
3maintainer: ["Anurag Soni <anurag@sonianurag.com>"]
4authors: ["Anurag Soni"]
5license: "MIT"
6tags: ["async" "reader" "writer" "ssl"]
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 "shuttle" {= version}
13 "ppx_jane" {>= "v0.15.0"}
14 "async_ssl" {>= "v0.15.0"}
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"
32available: [ arch != "s390x" ]
33url {
34 src:
35 "https://github.com/anuragsoni/shuttle/releases/download/0.9.4/shuttle-0.9.4.tbz"
36 checksum: [
37 "sha256=d868723ab7d9b9c7239c30ce0692bc02c8f6ac3f3ff62ef31a0b8a014de45995"
38 "sha512=f831285927eae3da9bb6e233e296e0d9193a940faf81850a279d50a1639ad806717054f973e60436d9afa503ae5a800ddd6a5c4b3eaca8457b20ac5d810534f3"
39 ]
40}
41x-commit-hash: "86e713055877724ceb1ffacf5401df894e517547"