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.11.0"} 12 "dune" {>= "1.11.4"} 13 "uri" {>= "4.0.0"} 14 "uri-sexp" {>= "4.0.0"} 15 "core" {>= "v0.14.0" & < "v0.15"} 16 "async" {>= "v0.14.0" & < "v0.15"} 17 "async_ssl" {>= "v0.14.0" & < "v0.15"} 18] 19synopsis: "Open Async (TLS) TCP connections with Uri.t" 20description: """Simple wrapper to the Async's Tcp module to open 21connections from URLs. If the URL scheme is detected to require TLS, 22TLS will be used.""" 23x-commit-hash: "7682493b47986f411146c1b378fe11799bee5aac" 24url { 25 src: 26 "https://github.com/vbmithr/async-uri/releases/download/0.3.0/async-uri-0.3.0.tbz" 27 checksum: [ 28 "sha256=06b35d97bf87ff967877e7060ee98b85824327dfa1852f8f0578460d112063b9" 29 "sha512=12abb75e682ca7a6c33fc1591c75d767ed655e3ee72f7b52a0f26cca9f497fb01ba79523a59e7c25e204fa10098bc3ba6f08b91de8cd6a6f52a29e488aec5c3f" 30 ] 31}