Skip to content

Commit 42c5c86

Browse files
Merge pull request #27500 from hannesm/release-http-mirage-client-v0.0.10
[new release] http-mirage-client (0.0.10)
2 parents 4022a68 + b995ecf commit 42c5c86

File tree

1 file changed

+52
-0
lines changed
  • packages/http-mirage-client/http-mirage-client.0.0.10

1 file changed

+52
-0
lines changed
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
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.8.0"}
14+
"tcpip" {>= "7.0.0"}
15+
"lwt" {>= "5.5.0"}
16+
"mimic-happy-eyeballs" {>= "0.0.9"}
17+
"alcotest-lwt" {with-test & >= "1.0.0"}
18+
"mirage-crypto-rng" {with-test}
19+
"dns-client-mirage" {with-test & >= "10.0.0"}
20+
"happy-eyeballs-mirage" {with-test & >= "2.0.0"}
21+
"h2" {>= "0.12.0"}
22+
"h1"
23+
"tls" {>= "1.0.0"}
24+
"tls-mirage"
25+
"x509" {>= "1.0.0"}
26+
"ca-certs-nss" {>= "3.108-1"}
27+
]
28+
build: [
29+
["dune" "subst"] {dev}
30+
[
31+
"dune"
32+
"build"
33+
"-p"
34+
name
35+
"-j"
36+
jobs
37+
"@install"
38+
"@runtest" {with-test & os != "macos"} # macOS is disabled due to restrictions in sandbox-exec
39+
"@doc" {with-doc}
40+
]
41+
]
42+
dev-repo: "git+https://github.com/robur-coop/http-mirage-client.git"
43+
x-maintenance-intent: [ "(latest)" ]
44+
url {
45+
src:
46+
"https://github.com/robur-coop/http-mirage-client/releases/download/v0.0.10/http-mirage-client-0.0.10.tbz"
47+
checksum: [
48+
"sha256=0171081f54c801ac83e0b905bf4c860fc398bdc742fc02671ae7469648dc58b6"
49+
"sha512=761609bf0e6577d461025dc2bcf5e8c045250e660b6f5dc7b2798c595f733572b293fbbc4e074392185db6191a443a98d6beead6a9c320985be3041acf9abef4"
50+
]
51+
}
52+
x-commit-hash: "9b1ad183bff72e0aff14028c932b2fe39ff09566"

0 commit comments

Comments
 (0)