this repo has no description

Merge pull request #20730 from aantron/hyper

Hyper: Web client that composes well with Dream

Changed files
+36
packages
hyper
hyper.1.0.0~alpha1
+36
packages/hyper/hyper.1.0.0~alpha1/opam
···
+
opam-version: "2.0"
+
+
synopsis: "Web client with HTTP/1, HTTP/2, TLS, and WebSocket support"
+
tags: ["http" "web" "client" "websocket" "http2" "tls" "dream"]
+
+
license: "MIT"
+
homepage: "https://github.com/aantron/hyper"
+
doc: "https://aantron.github.io/hyper"
+
bug-reports: "https://github.com/aantron/hyper/issues"
+
dev-repo: "git+https://github.com/aantron/hyper.git"
+
+
author: "Anton Bachin <antonbachin@yahoo.com>"
+
maintainer: "Anton Bachin <antonbachin@yahoo.com>"
+
+
depends: [
+
"dream-httpaf"
+
"dream-pure"
+
"lwt_ppx"
+
"ocaml"
+
"dune" {>= "2.7"}
+
"mirage-crypto-rng" {>= "0.8.0"}
+
"uri"
+
+
"bisect_ppx" {with-test & >= "2.5.0"} # --instrument-with.
+
"dream" {with-test}
+
"ppx_expect" {with-test}
+
]
+
+
build: [
+
["dune" "build" "-p" name "-j" jobs]
+
]
+
+
url {
+
src: "https://github.com/aantron/hyper/archive/refs/tags/1.0.0-alpha1.tar.gz"
+
checksum: "md5=957ac234ff3d1b4d8a88216a8e97a104"
+
}