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.2/shuttle-0.9.2.tbz"
36 checksum: [
37 "sha256=69bf4d3ec9262dc981db5b6073c1d9e581c24fa1f1a49d20798eb3ae953ecdc3"
38 "sha512=36e95dcfce349f1acc586afa30c6b74d8212b9a8c0e32a2abcdbe09a87208b9ed2dc2c27aed3d65f4e9031260a3c54af7d0e9ebd7ba3d0b80182f17773dae24f"
39 ]
40}
41x-commit-hash: "e42176f2ed24c23254e2c6ac6d26e0afc0194819"