this repo has no description
1opam-version: "2.0"
2authors: "Vincent Bernardoff <vb@luminar.eu.org>"
3maintainer: "Vincent Bernardoff <vb@luminar.eu.org>"
4homepage: "https://github.com/vbmithr/async-uri"
5bug-reports: "https://github.com/vbmithr/async-uri/issues"
6dev-repo: "git+https://github.com/vbmithr/async-uri"
7doc: "https://vbmithr.github.io/async-uri/doc"
8build: [ "dune" "build" "-j" jobs "-p" name ]
9run-test: [ "dune" "runtest" "-j" jobs "-p" name ]
10depends: [
11 "ocaml" {>= "4.08.0"}
12 "dune" {>= "1.11.4"}
13 "uri-sexp" {>= "3.1.0"}
14 "core" {>= "v0.13.0" & < "v0.14"}
15 "async" {>= "v0.13.0" & < "v0.14"}
16 "async_ssl" {>= "v0.13.0" & < "v0.14"}
17]
18synopsis: "Open Async (TLS) TCP connections with Uri.t"
19description: """Simple wrapper to the Async's Tcp module to open
20connections from URLs. If the URL scheme is detected to require TLS,
21TLS will be used."""
22url {
23 src:
24 "https://github.com/vbmithr/async-uri/releases/download/0.2/async-uri-0.2.tbz"
25 checksum: [
26 "sha256=1f0476cce2098828087a099a09d82c9d4526e6ff6aba29f4fd80a83cd2a63333"
27 "sha512=55c71fb15c27c70863272dfa4413e57c9d9eab1bc4b851796582b51730bde06a6bff3c26168974515d11c7990c680fff5a8fd32ebefb82d539b092427d494c90"
28 ]
29}