Skip to content

Commit d9e1aeb

Browse files
committed
[new release] paf (2 packages) (0.8.0)
CHANGES: - Add `x-maintenance-intent` (@hannesm, dinosaure/paf-le-chien#100) - Remove `mirage-time` dependency and upgrade to mirage-crypto.1.2.0 (@hannesm, dinosaure/paf-le-chien#101) - Switch to `ocaml-h1` instead of `httpaf` (@dinosaure, dinosaure/paf-le-chien#103)
1 parent f0a5130 commit d9e1aeb

File tree

2 files changed

+84
-0
lines changed
  • packages
    • paf-cohttp/paf-cohttp.0.8.0
    • paf/paf.0.8.0

2 files changed

+84
-0
lines changed
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
opam-version: "2.0"
2+
synopsis: "A CoHTTP client with its HTTP/AF implementation"
3+
description: "A compatible layer betweem CoHTTP and HTTP/AF."
4+
maintainer: "Romain Calascibetta <[email protected]>"
5+
authors: "Romain Calascibetta <[email protected]>"
6+
license: "MIT"
7+
homepage: "https://github.com/dinosaure/paf-le-chien"
8+
doc: "https://dinosaure.github.io/paf-le-chien/"
9+
bug-reports: "https://github.com/dinosaure/paf-le-chien/issues"
10+
depends: [
11+
"ocaml" {>= "4.08.0"}
12+
"dune" {>= "2.0.0"}
13+
"paf" {= version}
14+
"cohttp-lwt" {< "6.0.0~"}
15+
"domain-name"
16+
"h1"
17+
"ipaddr"
18+
"alcotest-lwt" {with-test & >= "1.1.0"}
19+
"fmt" {with-test}
20+
"logs" {with-test}
21+
"mirage-crypto-rng" {with-test & >= "0.11.0"}
22+
"tcpip" {with-test & >= "6.0.0"}
23+
"uri" {with-test}
24+
"lwt" {with-test}
25+
"astring" {with-test}
26+
]
27+
build: ["dune" "build" "-p" name "-j" jobs]
28+
run-test: ["dune" "runtest" "-p" name "-j" jobs] {os != "macos"}
29+
dev-repo: "git+https://github.com/dinosaure/paf-le-chien.git"
30+
x-maintenance-intent: [ "(latest)" ]
31+
url {
32+
src:
33+
"https://github.com/dinosaure/paf-le-chien/releases/download/0.8.0/paf-0.8.0.tbz"
34+
checksum: [
35+
"sha256=d2ad3b819a735320e85a50389bf3fe1064afbd528067b470564a4ece2ab31b63"
36+
"sha512=e6bf4640a1411ab15fcec1fda9c494bfa895bd1d5c2f40542a9680252dd2cabf2f3da7f17849489e5ddfef2c003b35a9945a2f8aae432d3d1608745f02767612"
37+
]
38+
}
39+
x-commit-hash: "219037330a04f82e3d6121eaa32542a45673f03d"

packages/paf/paf.0.8.0/opam

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
opam-version: "2.0"
2+
synopsis: "HTTP/AF and MirageOS"
3+
description: "A compatible layer for HTTP/AF and MirageOS."
4+
maintainer: "Romain Calascibetta <[email protected]>"
5+
authors: "Romain Calascibetta <[email protected]>"
6+
license: "MIT"
7+
homepage: "https://github.com/dinosaure/paf-le-chien"
8+
doc: "https://dinosaure.github.io/paf-le-chien/"
9+
bug-reports: "https://github.com/dinosaure/paf-le-chien/issues"
10+
depends: [
11+
"ocaml" {>= "4.08.0"}
12+
"dune" {>= "2.0.0"}
13+
"tcpip" {>= "8.0.1"}
14+
"tls-mirage" {>= "0.17.4"}
15+
"mimic" {>= "0.0.7"}
16+
"ke" {>= "0.4"}
17+
"lwt" {with-test}
18+
"base-unix" {with-test}
19+
"logs" {with-test}
20+
"fmt" {with-test}
21+
"mirage-crypto-rng" {with-test & >= "1.2.0"}
22+
"ptime" {with-test}
23+
"uri" {with-test}
24+
"alcotest-lwt" {with-test}
25+
"x509" {with-test & > "1.0.0"}
26+
"bigstringaf" {>= "0.7.0"}
27+
"h1"
28+
"h2" {>= "0.10.0"}
29+
"faraday" {>= "0.7.2"}
30+
"tls" {>= "1.0.0"}
31+
"cstruct" {>= "6.0.0"}
32+
]
33+
build: ["dune" "build" "-p" name "-j" jobs]
34+
run-test: ["dune" "runtest" "-p" name "-j" jobs] {os != "macos"}
35+
dev-repo: "git+https://github.com/dinosaure/paf-le-chien.git"
36+
x-maintenance-intent: [ "(latest)" ]
37+
url {
38+
src:
39+
"https://github.com/dinosaure/paf-le-chien/releases/download/0.8.0/paf-0.8.0.tbz"
40+
checksum: [
41+
"sha256=d2ad3b819a735320e85a50389bf3fe1064afbd528067b470564a4ece2ab31b63"
42+
"sha512=e6bf4640a1411ab15fcec1fda9c494bfa895bd1d5c2f40542a9680252dd2cabf2f3da7f17849489e5ddfef2c003b35a9945a2f8aae432d3d1608745f02767612"
43+
]
44+
}
45+
x-commit-hash: "219037330a04f82e3d6121eaa32542a45673f03d"

0 commit comments

Comments
 (0)