Skip to content

Commit ee00770

Browse files
authored
Merge pull request #28322 from dinosaure/release-httpcats-v0.1.0
[new release] httpcats (0.1.0)
2 parents b376fd3 + d2bbe74 commit ee00770

File tree

1 file changed

+41
-0
lines changed
  • packages/httpcats/httpcats.0.1.0

1 file changed

+41
-0
lines changed
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
opam-version: "2.0"
2+
maintainer: "Robur <[email protected]>"
3+
authors: ["Robur <[email protected]>"]
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" {with-test}
13+
"miou" {>= "0.4.0"}
14+
"fmt" {>= "0.9.0" & with-test}
15+
"h2" {>= "0.13.0"}
16+
"h1" {>= "1.1.0"}
17+
"ca-certs"
18+
"bstr"
19+
"tls-miou-unix" {>= "1.0.1"}
20+
"dns-client-miou-unix" {>= "9.0.0"}
21+
"happy-eyeballs-miou-unix"
22+
"mirage-crypto-rng-miou-unix" {with-test & >= "1.1.0"}
23+
"alcotest" {>= "1.8.0" & with-test}
24+
"digestif" {with-test & >= "1.2.0"}
25+
]
26+
conflicts: [ "result" {< "1.5"} ]
27+
build: [
28+
["dune" "subst"] {dev}
29+
["dune" "build" "-p" name "-j" jobs]
30+
]
31+
synopsis: "A simple HTTP client using h1, h2, and miou"
32+
available: [ arch != "x86_32" ]
33+
url {
34+
src:
35+
"https://github.com/robur-coop/httpcats/releases/download/v0.1.0/httpcats-0.1.0.tbz"
36+
checksum: [
37+
"sha256=c58f1a030833feccf91f91d688659a95357da5f43fe3c2c98d7b44284d962f49"
38+
"sha512=ab4c4259f6f1047713cee9265981e173a542834b91dadbf9445855a60a50e80482caffb4247e1f12f2e646690e996e5e7dd04ebec473b6911f51ff1de8ddd8fc"
39+
]
40+
}
41+
x-commit-hash: "b2fdc95557f2b077dfd3ba751a0979d0604fe148"

0 commit comments

Comments
 (0)