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"
8doc: "https://anuragsoni.github.io/shuttle/"
9bug-reports: "https://github.com/anuragsoni/shuttle/issues"
10depends: [
11 "dune" {>= "2.8"}
12 "ocaml" {>= "4.11.0"}
13 "shuttle" {= version}
14 "ppx_jane" {>= "v0.15.0"}
15 "async_ssl" {>= "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.1/shuttle-0.9.1.tbz"
37 checksum: [
38 "sha256=d89447a79fc5edce56f56fe5ce69329471d03340b2976554f0e11d6d9525cf7b"
39 "sha512=5d687d027a6dfeeee39060cb8e9df68869a2a7fb45209221c501bf45b710cf44ea551eebc8e9b480a9f0252f923dc9e6eefa312fa659f45ec7045de9d7a426a3"
40 ]
41}
42x-commit-hash: "f85e199f30fe441bc51e43eb09d9e01dcb3ef64b"