opam-version: "2.0" authors: "Vincent Bernardoff " maintainer: "Vincent Bernardoff " 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.08.0"} "dune" {>= "1.11.4"} "uri-sexp" {>= "3.1.0"} "core" {>= "v0.13.0" & < "v0.15"} "async" {>= "v0.13.0" & < "v0.15"} "async_ssl" {>= "v0.13.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.2.1/async-uri-0.2.1.tbz" checksum: [ "sha256=6927c52fc4b2910e11561fbfc7becafa45856e4a75fcd8ab849ca40b8918185d" "sha512=87efdb41381b94aff16d591ef68b7e91bd5ae7a278c22da1f07a2a2890c99437729b424cbeacc10167ec2e08d9fb5aa8c06ac35714655ab7e24a261799a1a785" ] }