Skip to content

Commit ee5ed3d

Browse files
Merge pull request #27463 from hannesm/release-http-mirage-client-v0.0.9
[new release] http-mirage-client (0.0.9)
2 parents 1d06e32 + b72ecd0 commit ee5ed3d

File tree

2 files changed

+52
-1
lines changed
  • packages
    • http-mirage-client/http-mirage-client.0.0.9
    • letsencrypt-mirage/letsencrypt-mirage.1.0.0

2 files changed

+52
-1
lines changed
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
opam-version: "2.0"
2+
synopsis: "HTTP client for MirageOS"
3+
maintainer: ["[email protected]"]
4+
authors: [
5+
"Robur Team <[email protected]>"
6+
]
7+
license: "MIT"
8+
homepage: "https://github.com/robur-coop/http-mirage-client"
9+
bug-reports: "https://github.com/robur-coop/http-mirage-client/issues"
10+
depends: [
11+
"dune" {>= "2.3"}
12+
"ocaml" {>= "4.11.0"}
13+
"paf" {>= "0.2.0" & < "0.8.0"}
14+
"tcpip" {>= "7.0.0"}
15+
"lwt" {>= "5.5.0"}
16+
"mimic-happy-eyeballs" {>= "0.0.9"}
17+
"httpaf"
18+
"alcotest-lwt" {with-test & >= "1.0.0"}
19+
"mirage-crypto-rng" {with-test}
20+
"dns-client-mirage" {with-test & >= "10.0.0"}
21+
"happy-eyeballs-mirage" {with-test & >= "2.0.0"}
22+
"h2" {>= "0.10.0"}
23+
"tls" {>= "1.0.0"}
24+
"x509" {>= "1.0.0"}
25+
"ca-certs-nss" {>= "3.108-1"}
26+
]
27+
build: [
28+
["dune" "subst"] {dev}
29+
[
30+
"dune"
31+
"build"
32+
"-p"
33+
name
34+
"-j"
35+
jobs
36+
"@install"
37+
"@runtest" {with-test & os != "macos"} # macOS is disabled due to restrictions in sandbox-exec
38+
"@doc" {with-doc}
39+
]
40+
]
41+
dev-repo: "git+https://github.com/robur-coop/http-mirage-client.git"
42+
x-maintenance-intent: [ "(latest)" ]
43+
url {
44+
src:
45+
"https://github.com/robur-coop/http-mirage-client/releases/download/v0.0.9/http-mirage-client-0.0.9.tbz"
46+
checksum: [
47+
"sha256=2251ed31730b4b6f97658a5ef89676fd0b027dad62a3a9595aa6ec5e46bc3457"
48+
"sha512=572014fba97ca07912ec83a57a16511debaec284dadf1d68c7c320cb5656bf7f3d0d3731eae6c6e250f091da253584f111807b9e9995e9735ec773da447d0e44"
49+
]
50+
}
51+
x-commit-hash: "a6ce9ccec344ba20128fae15750ebb2224c37067"

packages/letsencrypt-mirage/letsencrypt-mirage.1.0.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ depends: [
1212
"ocaml" {>= "4.13.0"}
1313
"dune" {>= "1.2.0"}
1414
"letsencrypt" {= version}
15-
"http-mirage-client"
15+
"http-mirage-client" {< "0.0.9"}
1616
"tcpip" {>= "7.0.0"}
1717
"mirage-time" {>= "3.0.0"}
1818
"duration"

0 commit comments

Comments
 (0)