Skip to content

Commit 6978cf6

Browse files
committed
[new release] paf and paf-cohttp (0.5.0)
CHANGES: - Upgrade to `mirage-crypto-rng.0.11.0` (@hannesm, @dinosaure, dinosaure/paf-le-chien#85) - Be able to specify ALPN protocols (@kit-ty-kate, @dinosaure, dinosaure/paf-le-chien#86) Also merged into `ocaml-letsencrypt` (see robur-coop/ocaml-letsencrypt#33) - Set the default protocol used for the ALPN negotiation to "http/1.1" (@dinosaure, dinosaure/paf-le-chien#87) Also merged into `ocaml-letsencrypt` (see robur-coop/ocaml-letsencrypt#33) - Upgrade `paf` to `h2.0.10.0` (@kit-ty-kate, @dinosaure, dinosaure/paf-le-chien#83) - Replace `Cstruct.copy` (deprecated) by `Cstruct.to_string` (@dinosaure, dinosaure/paf-le-chien#83) - Delete `paf-le` package (@dinosaure, @hannesm, dinosaure/paf-le-chien#88) Implementations are available via the new package `letsencrypt-mirage`
1 parent e8e6a5b commit 6978cf6

File tree

2 files changed

+84
-0
lines changed
  • packages
    • paf-cohttp/paf-cohttp.0.5.0
    • paf/paf.0.5.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"
15+
"domain-name"
16+
"httpaf"
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+
"mirage-time-unix" {with-test}
23+
"tcpip" {with-test & >= "6.0.0"}
24+
"uri" {with-test}
25+
"lwt" {with-test}
26+
"astring" {with-test}
27+
]
28+
build: ["dune" "build" "-p" name "-j" jobs]
29+
run-test: ["dune" "runtest" "-p" name "-j" jobs] {os != "macos"}
30+
dev-repo: "git+https://github.com/dinosaure/paf-le-chien.git"
31+
url {
32+
src:
33+
"https://github.com/dinosaure/paf-le-chien/releases/download/0.5.0/paf-0.5.0.tbz"
34+
checksum: [
35+
"sha256=a1646fc1bf0386d17796d59a67a9a82a681a74552782bba8d54388686355fe83"
36+
"sha512=616f5b7c7090b5f9bba70969fce56ffc909ec31a6a9045d8093e4494e76607b4ebb957cc1b2318364d50f30e5414d058af46a23bf8ea0a0ee421dc94378b9c31"
37+
]
38+
}
39+
x-commit-hash: "bb905e992b036b9571955b177049b1ea48f4b709"

packages/paf/paf.0.5.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" {>= "7.0.0"}
14+
"mirage-time" {>= "2.0.0"}
15+
"tls-mirage" {>= "0.15.0"}
16+
"mimic" {>= "0.0.5"}
17+
"ke" {>= "0.4"}
18+
"lwt" {with-test}
19+
"base-unix" {with-test}
20+
"logs" {with-test}
21+
"fmt" {with-test}
22+
"mirage-crypto-rng" {with-test & >= "0.11.0"}
23+
"mirage-time-unix" {with-test}
24+
"ptime" {with-test}
25+
"uri" {with-test}
26+
"alcotest-lwt" {with-test}
27+
"bigstringaf" {>= "0.7.0"}
28+
"httpaf" {>= "0.7.1"}
29+
"h2" {>= "0.10.0"}
30+
"faraday" {>= "0.7.2"}
31+
"tls" {>= "0.15.0"}
32+
"cstruct" {>= "6.0.0"}
33+
]
34+
build: ["dune" "build" "-p" name "-j" jobs]
35+
run-test: ["dune" "runtest" "-p" name "-j" jobs] {os != "macos"}
36+
dev-repo: "git+https://github.com/dinosaure/paf-le-chien.git"
37+
url {
38+
src:
39+
"https://github.com/dinosaure/paf-le-chien/releases/download/0.5.0/paf-0.5.0.tbz"
40+
checksum: [
41+
"sha256=a1646fc1bf0386d17796d59a67a9a82a681a74552782bba8d54388686355fe83"
42+
"sha512=616f5b7c7090b5f9bba70969fce56ffc909ec31a6a9045d8093e4494e76607b4ebb957cc1b2318364d50f30e5414d058af46a23bf8ea0a0ee421dc94378b9c31"
43+
]
44+
}
45+
x-commit-hash: "bb905e992b036b9571955b177049b1ea48f4b709"

0 commit comments

Comments
 (0)