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"} "dream-pure" "lwt_ppx" "ocaml" "dune" {>= "2.7"} "mirage-crypto-rng" {>= "0.8.0" & < "0.11.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: [ "sha256=64ab9ae3bd985cb5df0c5413af12584b34d2902b7a436c26cbe0ea41d5d71192" "md5=957ac234ff3d1b4d8a88216a8e97a104" ] } authors: "Anton Bachin "