File tree Expand file tree Collapse file tree 4 files changed +74
-2
lines changed
h1-lwt-unix/h1-lwt-unix.1.1.0 Expand file tree Collapse file tree 4 files changed +74
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ depends: [
23
23
"uri"
24
24
"bigstringaf"
25
25
"domain-name"
26
- "h1"
26
+ "h1" {< "1.1.0"}
27
27
"mirage-flow" {>= "4.0.0"}
28
28
"tls-mirage" {>= "1.0.0"}
29
29
]
Original file line number Diff line number Diff line change
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"
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ depends: [
24
24
synopsis:
25
25
"A high-performance, memory-efficient, and scalable web server for OCaml"
26
26
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,
28
28
serialization, and connection pipelining as a state machine that is agnostic to
29
29
the underlying IO mechanism, and is therefore portable across many platform.
30
30
It uses the Angstrom and Faraday libraries to implement the parsing and
Original file line number Diff line number Diff line change
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"
You can’t perform that action at this time.
0 commit comments