this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #20730 from aantron/hyper

Hyper: Web client that composes well with Dream

authored by

Calascibetta Romain and committed by
GitHub
f94a17e5 d9a6b8e5

+36
+36
packages/hyper/hyper.1.0.0~alpha1/opam
··· 1 + opam-version: "2.0" 2 + 3 + synopsis: "Web client with HTTP/1, HTTP/2, TLS, and WebSocket support" 4 + tags: ["http" "web" "client" "websocket" "http2" "tls" "dream"] 5 + 6 + license: "MIT" 7 + homepage: "https://github.com/aantron/hyper" 8 + doc: "https://aantron.github.io/hyper" 9 + bug-reports: "https://github.com/aantron/hyper/issues" 10 + dev-repo: "git+https://github.com/aantron/hyper.git" 11 + 12 + author: "Anton Bachin <antonbachin@yahoo.com>" 13 + maintainer: "Anton Bachin <antonbachin@yahoo.com>" 14 + 15 + depends: [ 16 + "dream-httpaf" 17 + "dream-pure" 18 + "lwt_ppx" 19 + "ocaml" 20 + "dune" {>= "2.7"} 21 + "mirage-crypto-rng" {>= "0.8.0"} 22 + "uri" 23 + 24 + "bisect_ppx" {with-test & >= "2.5.0"} # --instrument-with. 25 + "dream" {with-test} 26 + "ppx_expect" {with-test} 27 + ] 28 + 29 + build: [ 30 + ["dune" "build" "-p" name "-j" jobs] 31 + ] 32 + 33 + url { 34 + src: "https://github.com/aantron/hyper/archive/refs/tags/1.0.0-alpha1.tar.gz" 35 + checksum: "md5=957ac234ff3d1b4d8a88216a8e97a104" 36 + }