opam-version: "2.0"
authors: "Vincent Bernardoff <vb@luminar.eu.org>"
maintainer: "Vincent Bernardoff <vb@luminar.eu.org>"
homepage: "https://github.com/vbmithr/async-uri"
bug-reports: "https://github.com/vbmithr/async-uri/issues"
dev-repo: "git+https://github.com/vbmithr/async-uri"
doc: "https://vbmithr.github.io/async-uri/doc"
build: [ "dune" "build" "-j" jobs "-p" name ]
run-test: [ "dune" "runtest" "-j" jobs "-p" name ]
depends: [
  "dune" {>= "1.11.4"}
  "uri" {>= "3.1.0"}
  "core" {>= "v0.12.0" & < "v0.15"}
  "async" {>= "v0.12.0" & < "v0.15"}
  "async_ssl" {>= "v0.12.0" & < "v0.15"}
]
synopsis: "Open Async (TLS) TCP connections with Uri.t"
description: """Simple wrapper to the Async's Tcp module to
open connections from URLs. If the URL scheme is detected to require
TLS, TLS will be used."""
url {
  src:
    "https://github.com/vbmithr/async-uri/releases/download/0.1/async-uri-0.1.tbz"
  checksum: [
    "sha256=253e2c852027a92df3a7fab8b5ba4521d790b3471ee2d87acd1913221f4b8b69"
    "sha512=a5c8bb170010903118d0b049f02fd2663a3cdcdeb72128d3cb10af0791b58273140f7db6694f1c5973f6cf88842e0d29729595120a64a1c0ac955957f4d853b6"
  ]
}
