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.14"}
14 "async_ssl" {>= "v0.14"}
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.5.0/shuttle-0.5.0.tbz"
36 checksum: [
37 "sha256=4d469f8acf557afb0fb1fc0a885fc41521b0ab31475f4c8e3ad7445f64500c3e"
38 "sha512=7d9c4fb7ce253ed209b5470e53c3ae1e218fc769753686d7d68bb387ec328b3df1e76165d6e06e62f3f57aaf11a0dd9d8578be866d6a8b27de35957343c9615a"
39 ]
40}
41x-commit-hash: "39b973b8d504bc3b02a44a0ecf6afc1c386089ae"