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 "dune" {>= "1.11.4"} 12 "uri" {>= "3.1.0"} 13 "core" {>= "v0.12.0" & < "v0.15"} 14 "async" {>= "v0.12.0" & < "v0.15"} 15 "async_ssl" {>= "v0.12.0" & < "v0.15"} 16] 17synopsis: "Open Async (TLS) TCP connections with Uri.t" 18description: """Simple wrapper to the Async's Tcp module to 19open connections from URLs. If the URL scheme is detected to require 20TLS, TLS will be used.""" 21url { 22 src: 23 "https://github.com/vbmithr/async-uri/releases/download/0.1/async-uri-0.1.tbz" 24 checksum: [ 25 "sha256=253e2c852027a92df3a7fab8b5ba4521d790b3471ee2d87acd1913221f4b8b69" 26 "sha512=a5c8bb170010903118d0b049f02fd2663a3cdcdeb72128d3cb10af0791b58273140f7db6694f1c5973f6cf88842e0d29729595120a64a1c0ac955957f4d853b6" 27 ] 28}