this repo has no description

Merge pull request #23533 from anmonteiro/release-h2-0.10.0

[new release] hpack, h2, h2-mirage, h2-lwt, h2-lwt-unix, h2-eio and h2-async (0.10.0)

Changed files
+293
packages
h2
h2.0.10.0
h2-async
h2-async.0.10.0
h2-eio
h2-eio.0.10.0
h2-lwt
h2-lwt.0.10.0
h2-lwt-unix
h2-lwt-unix.0.10.0
h2-mirage
h2-mirage.0.10.0
hpack
hpack.0.10.0
+41
packages/h2-async/h2-async.0.10.0/opam
···
+
opam-version: "2.0"
+
synopsis: "Async support for h2"
+
description:
+
"h2 is an implementation of the HTTP/2 specification entirely in OCaml. h2-async provides an Async runtime implementation for h2."
+
maintainer: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"]
+
authors: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"]
+
license: "BSD-3-clause"
+
homepage: "https://github.com/anmonteiro/ocaml-h2"
+
bug-reports: "https://github.com/anmonteiro/ocaml-h2/issues"
+
depends: [
+
"dune" {>= "2.7"}
+
"ocaml" {>= "4.08.0"}
+
"h2" {= version}
+
"faraday-async"
+
"gluten-async" {>= "0.4.0"}
+
"odoc" {with-doc}
+
]
+
depopts: ["async_ssl" "tls-async"]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/anmonteiro/ocaml-h2.git"
+
url {
+
src:
+
"https://github.com/anmonteiro/ocaml-h2/releases/download/0.10.0/h2-0.10.0.tbz"
+
checksum: [
+
"sha256=9fd6afa552fa1c3d8a04e3761699d47ae1f71ce503380dbd8929a375cc4c46f1"
+
"sha512=d0f4eab388df4f35eb2cfc93e7cd75e15c7ae5bbb382325e1219766558d52698f580e310cab3e4fa3eebe0fa2c2270af09d56537bd7191796bd0748d12633e35"
+
]
+
}
+
x-commit-hash: "fff323e57f08cc1ca58cf9a6cd4996c3ac5d24de"
+39
packages/h2-eio/h2-eio.0.10.0/opam
···
+
opam-version: "2.0"
+
synopsis: "EIO support for h2"
+
description:
+
"h2 is an implementation of the HTTP/2 specification entirely in OCaml. h2-eio provides an EIO runtime implementation for h2."
+
maintainer: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"]
+
authors: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"]
+
license: "BSD-3-clause"
+
homepage: "https://github.com/anmonteiro/ocaml-h2"
+
bug-reports: "https://github.com/anmonteiro/ocaml-h2/issues"
+
depends: [
+
"dune" {>= "2.7"}
+
"ocaml" {>= "4.08.0"}
+
"h2" {= version}
+
"gluten-eio" {>= "0.4.1"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/anmonteiro/ocaml-h2.git"
+
url {
+
src:
+
"https://github.com/anmonteiro/ocaml-h2/releases/download/0.10.0/h2-0.10.0.tbz"
+
checksum: [
+
"sha256=9fd6afa552fa1c3d8a04e3761699d47ae1f71ce503380dbd8929a375cc4c46f1"
+
"sha512=d0f4eab388df4f35eb2cfc93e7cd75e15c7ae5bbb382325e1219766558d52698f580e310cab3e4fa3eebe0fa2c2270af09d56537bd7191796bd0748d12633e35"
+
]
+
}
+
x-commit-hash: "fff323e57f08cc1ca58cf9a6cd4996c3ac5d24de"
+41
packages/h2-lwt-unix/h2-lwt-unix.0.10.0/opam
···
+
opam-version: "2.0"
+
synopsis: "Lwt + UNIX support for h2"
+
description:
+
"h2 is an implementation of the HTTP/2 specification entirely in OCaml. h2-lwt-unix provides an Lwt runtime implementation for h2 that targets UNIX binaries."
+
maintainer: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"]
+
authors: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"]
+
license: "BSD-3-clause"
+
homepage: "https://github.com/anmonteiro/ocaml-h2"
+
bug-reports: "https://github.com/anmonteiro/ocaml-h2/issues"
+
depends: [
+
"dune" {>= "2.7"}
+
"ocaml" {>= "4.08.0"}
+
"h2-lwt" {= version}
+
"faraday-lwt-unix"
+
"gluten-lwt-unix" {>= "0.2.1"}
+
"odoc" {with-doc}
+
]
+
depopts: ["tls-lwt" "lwt_ssl"]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/anmonteiro/ocaml-h2.git"
+
url {
+
src:
+
"https://github.com/anmonteiro/ocaml-h2/releases/download/0.10.0/h2-0.10.0.tbz"
+
checksum: [
+
"sha256=9fd6afa552fa1c3d8a04e3761699d47ae1f71ce503380dbd8929a375cc4c46f1"
+
"sha512=d0f4eab388df4f35eb2cfc93e7cd75e15c7ae5bbb382325e1219766558d52698f580e310cab3e4fa3eebe0fa2c2270af09d56537bd7191796bd0748d12633e35"
+
]
+
}
+
x-commit-hash: "fff323e57f08cc1ca58cf9a6cd4996c3ac5d24de"
+40
packages/h2-lwt/h2-lwt.0.10.0/opam
···
+
opam-version: "2.0"
+
synopsis: "Lwt support for h2"
+
description:
+
"h2 is an implementation of the HTTP/2 specification entirely in OCaml. h2-lwt provides an Lwt runtime implementation for h2."
+
maintainer: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"]
+
authors: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"]
+
license: "BSD-3-clause"
+
homepage: "https://github.com/anmonteiro/ocaml-h2"
+
bug-reports: "https://github.com/anmonteiro/ocaml-h2/issues"
+
depends: [
+
"dune" {>= "2.7"}
+
"ocaml" {>= "4.08.0"}
+
"h2" {= version}
+
"lwt" {>= "5.1.1"}
+
"gluten-lwt" {>= "0.2.1"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/anmonteiro/ocaml-h2.git"
+
url {
+
src:
+
"https://github.com/anmonteiro/ocaml-h2/releases/download/0.10.0/h2-0.10.0.tbz"
+
checksum: [
+
"sha256=9fd6afa552fa1c3d8a04e3761699d47ae1f71ce503380dbd8929a375cc4c46f1"
+
"sha512=d0f4eab388df4f35eb2cfc93e7cd75e15c7ae5bbb382325e1219766558d52698f580e310cab3e4fa3eebe0fa2c2270af09d56537bd7191796bd0748d12633e35"
+
]
+
}
+
x-commit-hash: "fff323e57f08cc1ca58cf9a6cd4996c3ac5d24de"
+43
packages/h2-mirage/h2-mirage.0.10.0/opam
···
+
opam-version: "2.0"
+
synopsis: "Lwt support for h2"
+
description:
+
"h2 is an implementation of the HTTP/2 specification entirely in OCaml. h2-mirage provides an Lwt runtime implementation for h2 that targets MirageOS unikernels."
+
maintainer: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"]
+
authors: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"]
+
license: "BSD-3-clause"
+
homepage: "https://github.com/anmonteiro/ocaml-h2"
+
bug-reports: "https://github.com/anmonteiro/ocaml-h2/issues"
+
depends: [
+
"dune" {>= "2.7"}
+
"ocaml" {>= "4.08.0"}
+
"h2-lwt" {= version}
+
"faraday-lwt"
+
"lwt"
+
"gluten-mirage" {>= "0.3.0"}
+
"mirage-flow" {>= "2.0.0"}
+
"cstruct"
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/anmonteiro/ocaml-h2.git"
+
url {
+
src:
+
"https://github.com/anmonteiro/ocaml-h2/releases/download/0.10.0/h2-0.10.0.tbz"
+
checksum: [
+
"sha256=9fd6afa552fa1c3d8a04e3761699d47ae1f71ce503380dbd8929a375cc4c46f1"
+
"sha512=d0f4eab388df4f35eb2cfc93e7cd75e15c7ae5bbb382325e1219766558d52698f580e310cab3e4fa3eebe0fa2c2270af09d56537bd7191796bd0748d12633e35"
+
]
+
}
+
x-commit-hash: "fff323e57f08cc1ca58cf9a6cd4996c3ac5d24de"
+48
packages/h2/h2.0.10.0/opam
···
+
opam-version: "2.0"
+
synopsis:
+
"A high-performance, memory-efficient, and scalable HTTP/2 library for OCaml"
+
description:
+
"h2 is an implementation of the HTTP/2 specification entirely in OCaml. It is based on the concepts in http/af, and therefore uses the Angstrom and Faraday libraries to implement the parsing and serialization layers of the HTTP/2 standard as a state machine that is agnostic to the underlying I/O specifics. It also preserves the same API as http/af wherever possible."
+
maintainer: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"]
+
authors: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"]
+
license: "BSD-3-clause"
+
homepage: "https://github.com/anmonteiro/ocaml-h2"
+
bug-reports: "https://github.com/anmonteiro/ocaml-h2/issues"
+
depends: [
+
"dune" {>= "2.7"}
+
"ocaml" {>= "4.08.0"}
+
"base64" {>= "3.0.0"}
+
"angstrom" {>= "0.14.0"}
+
"faraday" {>= "0.7.3"}
+
"bigstringaf" {>= "0.5.0"}
+
"psq"
+
"hpack"
+
"httpaf"
+
"alcotest" {with-test}
+
"yojson" {with-test}
+
"hex" {with-test}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/anmonteiro/ocaml-h2.git"
+
url {
+
src:
+
"https://github.com/anmonteiro/ocaml-h2/releases/download/0.10.0/h2-0.10.0.tbz"
+
checksum: [
+
"sha256=9fd6afa552fa1c3d8a04e3761699d47ae1f71ce503380dbd8929a375cc4c46f1"
+
"sha512=d0f4eab388df4f35eb2cfc93e7cd75e15c7ae5bbb382325e1219766558d52698f580e310cab3e4fa3eebe0fa2c2270af09d56537bd7191796bd0748d12633e35"
+
]
+
}
+
x-commit-hash: "fff323e57f08cc1ca58cf9a6cd4996c3ac5d24de"
+41
packages/hpack/hpack.0.10.0/opam
···
+
opam-version: "2.0"
+
synopsis: "An HPACK (Header Compression for HTTP/2) implementation in OCaml"
+
description:
+
"hpack is an implementation of the HPACK: Header Compression for HTTP/2 specification (RFC7541) written in OCaml. It uses Angstrom and Faraday for parsing and serialization, respectively."
+
maintainer: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"]
+
authors: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"]
+
license: "BSD-3-clause"
+
homepage: "https://github.com/anmonteiro/ocaml-h2"
+
bug-reports: "https://github.com/anmonteiro/ocaml-h2/issues"
+
depends: [
+
"dune" {>= "2.7"}
+
"ocaml" {>= "4.08.0"}
+
"angstrom"
+
"faraday" {>= "0.7.3"}
+
"yojson" {with-test}
+
"hex" {with-test}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/anmonteiro/ocaml-h2.git"
+
url {
+
src:
+
"https://github.com/anmonteiro/ocaml-h2/releases/download/0.10.0/h2-0.10.0.tbz"
+
checksum: [
+
"sha256=9fd6afa552fa1c3d8a04e3761699d47ae1f71ce503380dbd8929a375cc4c46f1"
+
"sha512=d0f4eab388df4f35eb2cfc93e7cd75e15c7ae5bbb382325e1219766558d52698f580e310cab3e4fa3eebe0fa2c2270af09d56537bd7191796bd0748d12633e35"
+
]
+
}
+
x-commit-hash: "fff323e57f08cc1ca58cf9a6cd4996c3ac5d24de"