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: [
  "ocaml" {>= "4.11.0"}
  "dune" {>= "1.11.4"}
  "uri" {>= "4.0.0"}
  "uri-sexp" {>= "4.0.0"}
  "core" {>= "v0.14.0"}
  "async" {>= "v0.14.0"}
  "async_ssl" {>= "v0.14.0"}
]
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."""
x-commit-hash: "7682493b47986f411146c1b378fe11799bee5aac"
url {
  src:
    "https://github.com/vbmithr/async-uri/releases/download/0.3.0/async-uri-0.3.0.tbz"
  checksum: [
    "sha256=06b35d97bf87ff967877e7060ee98b85824327dfa1852f8f0578460d112063b9"
    "sha512=12abb75e682ca7a6c33fc1591c75d767ed655e3ee72f7b52a0f26cca9f497fb01ba79523a59e7c25e204fa10098bc3ba6f08b91de8cd6a6f52a29e488aec5c3f"
  ]
}
