this repo has no description
0
fork

Configure Feed

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

Merge pull request #26558 from dinosaure/release-httpcats-v0.0.1

[new release] httpcats (0.0.1)

authored by

Anil Madhavapeddy and committed by
GitHub
8d45c716 2318eb9d

+40
+40
packages/httpcats/httpcats.0.0.1/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "Robur <team@robur.coop>" 3 + authors: ["Robur <team@robur.coop>"] 4 + homepage: "https://github.com/robur-coop/httpcats" 5 + dev-repo: "git+https://github.com/robur-coop/httpcats.git" 6 + bug-reports: "https://github.com/robur-coop/httpcats/issues" 7 + license: "BSD-3-clause" 8 + 9 + depends: [ 10 + "ocaml" {>= "5.0.0"} 11 + "dune" {>= "2.8.0"} 12 + "logs" 13 + "miou" {>= "0.3.0"} 14 + "fmt" {>= "0.9.0"} 15 + "h2" {>= "0.13.0"} 16 + "h1" {>= "1.0.0"} 17 + "ca-certs" 18 + "tls-miou-unix" {>= "1.0.1"} 19 + "dns-client-miou-unix" {>= "9.0.0"} 20 + "happy-eyeballs-miou-unix" 21 + "mirage-crypto-rng-miou-unix" {with-test & >= "1.1.0"} 22 + "alcotest" {>= "1.8.0" & with-test} 23 + "digestif" {with-test & >= "1.2.0"} 24 + ] 25 + conflicts: [ "result" {< "1.5"} ] 26 + build: [ 27 + ["dune" "subst"] {dev} 28 + ["dune" "build" "-p" name "-j" jobs] 29 + ] 30 + synopsis: "A simple HTTP client using h1, h2, and miou" 31 + available: [ arch != "x86_32" & arch != "arm32" ] 32 + url { 33 + src: 34 + "https://github.com/robur-coop/httpcats/releases/download/v0.0.1/httpcats-0.0.1.tbz" 35 + checksum: [ 36 + "sha256=7bef876d0330d13aeee269ee14390cb271512682906cf7f941accef4cdd7a189" 37 + "sha512=fb0f963da474fd976517e62a6b21ebc02b700a3f3581af1b690b4e16724c929385c40a6d2859a190361bb93354e337268162b2c96b5eecabcac94c191b53d707" 38 + ] 39 + } 40 + x-commit-hash: "4dde8cd7171e539901eb2877a5e8ab17bf21d390"