Skip to content

Commit 854fc71

Browse files
authored
Merge pull request #28304 from dinosaure/release-h1-v1.1.0
[new release] h1 (2 packages) (1.1.0)
2 parents 900fa24 + bbe2752 commit 854fc71

File tree

4 files changed

+74
-2
lines changed
  • packages
    • git-paf/git-paf.3.18.0
    • h1-lwt-unix/h1-lwt-unix.1.1.0
    • h1

4 files changed

+74
-2
lines changed

packages/git-paf/git-paf.3.18.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ depends: [
2323
"uri"
2424
"bigstringaf"
2525
"domain-name"
26-
"h1"
26+
"h1" {< "1.1.0"}
2727
"mirage-flow" {>= "4.0.0"}
2828
"tls-mirage" {>= "1.0.0"}
2929
]
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
opam-version: "2.0"
2+
maintainer: "Romain Calascibetta <[email protected]>"
3+
authors: [
4+
"Anton Bachin <[email protected]>"
5+
"Spiros Eliopoulos <[email protected]>"
6+
]
7+
license: "BSD-3-clause"
8+
homepage: "https://github.com/robur-coop/ocaml-h1"
9+
bug-reports: "https://github.com/robur-coop/ocaml-h1/issues"
10+
dev-repo: "git+https://github.com/robur-coop/ocaml-h1.git"
11+
build: [
12+
["dune" "subst"] {dev}
13+
["dune" "build" "-p" name "-j" jobs]
14+
]
15+
depends: [
16+
"ocaml" {>= "4.08.0"}
17+
"faraday-lwt-unix"
18+
"h1" {= version}
19+
"dune" {>= "2.0.0"}
20+
"lwt" {>= "2.4.7"}
21+
]
22+
synopsis: "Lwt support for ocaml-h1"
23+
url {
24+
src:
25+
"https://github.com/robur-coop/ocaml-h1/releases/download/v1.1.0/h1-1.1.0.tbz"
26+
checksum: [
27+
"sha256=2d3067ed380163920149fbe9149d5bda630b4f45e3c10be793beea06a07c6d3c"
28+
"sha512=d720e6fbc31f02045fe5a6fad34ec284ef3ae636a52c31f9eb6e4cc74e8fba9a3a91df0b738c8d0bb06e57119d0534d872f3f7ef873f441b4802cc96a98b9528"
29+
]
30+
}
31+
x-commit-hash: "96ff7b2cdcc5bb4f8f9783558eb61fd68a6fc514"

packages/h1/h1.1.0.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ depends: [
2424
synopsis:
2525
"A high-performance, memory-efficient, and scalable web server for OCaml"
2626
description: """
27-
http/af implements the HTTP 1.1 specification with respect to parsing,
27+
h1 implements the HTTP 1.1 specification with respect to parsing,
2828
serialization, and connection pipelining as a state machine that is agnostic to
2929
the underlying IO mechanism, and is therefore portable across many platform.
3030
It uses the Angstrom and Faraday libraries to implement the parsing and

packages/h1/h1.1.1.0/opam

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: "Romain Calascibetta <[email protected]>"
3+
authors: [ "Spiros Eliopoulos <[email protected]>" ]
4+
license: "BSD-3-clause"
5+
homepage: "https://github.com/robur-coop/ocaml-h1"
6+
bug-reports: "https://github.com/robur-coop/ocaml-h1/issues"
7+
dev-repo: "git+https://github.com/robur-coop/ocaml-h1.git"
8+
build: [
9+
["dune" "subst"] {dev}
10+
["dune" "build" "-p" name "-j" jobs]
11+
["dune" "runtest" "-p" name] {with-test}
12+
]
13+
depends: [
14+
"ocaml" {>= "4.08.0"}
15+
"dune" {>= "2.0.0"}
16+
"alcotest" {with-test & >= "1.2.0"}
17+
"stdio" {with-test}
18+
"base64" {>= "3.5.0"}
19+
"bstr"
20+
"angstrom" {>= "0.14.0"}
21+
"faraday" {>= "0.6.1"}
22+
"httpun-types" {>= "0.1.0"}
23+
"lwt" {with-test}
24+
]
25+
synopsis:
26+
"A high-performance, memory-efficient, and scalable web server for OCaml"
27+
description: """
28+
h1 implements the HTTP 1.1 specification with respect to parsing,
29+
serialization, and connection pipelining as a state machine that is agnostic to
30+
the underlying IO mechanism, and is therefore portable across many platform.
31+
It uses the Angstrom and Faraday libraries to implement the parsing and
32+
serialization layers of the HTTP standard, hence the name."""
33+
url {
34+
src:
35+
"https://github.com/robur-coop/ocaml-h1/releases/download/v1.1.0/h1-1.1.0.tbz"
36+
checksum: [
37+
"sha256=2d3067ed380163920149fbe9149d5bda630b4f45e3c10be793beea06a07c6d3c"
38+
"sha512=d720e6fbc31f02045fe5a6fad34ec284ef3ae636a52c31f9eb6e4cc74e8fba9a3a91df0b738c8d0bb06e57119d0534d872f3f7ef873f441b4802cc96a98b9528"
39+
]
40+
}
41+
x-commit-hash: "96ff7b2cdcc5bb4f8f9783558eb61fd68a6fc514"

0 commit comments

Comments
 (0)