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" maintainer: "Anton Bachin " depends: [ "dream-httpaf" {>= "1.0.0~alpha2" & < "1.0.0~alpha3"} "dream-pure" {>= "1.0.0~alpha2"} "dune" {>= "2.7.0"} "lwt_ppx" "mirage-crypto-rng" {< "1.0.0"} "mirage-crypto-rng-lwt" {< "1.0.0"} "ocaml" {>= "4.08.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-alpha2.tar.gz" checksum: [ "sha256=887c4ea30dd09474f68f7e6a1232ad9244f4826943158c8e0a9322cbf47c83a1" "md5=214f88044d1589314ba4d2bb248a9633" ] } authors: "Anton Bachin "