this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[new release] h2 (7 packages) (0.13.0)

CHANGES:

- h2: surface (body) write failures through `flush`
([anmonteiro/ocaml-h2#247](https://github.com/anmonteiro/ocaml-h2/pull/247))
- `Body.Writer.flush` now takes a callback of the type
``([ `Written | ` Closed] -> unit)``, informing the caller whether the
previous writes have been written or whether the output channel was
closed.

+300
+42
packages/h2-async/h2-async.0.13.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Async support for h2" 3 + description: 4 + "h2 is an implementation of the HTTP/2 specification entirely in OCaml. h2-async provides an Async runtime implementation for h2." 5 + maintainer: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"] 6 + authors: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"] 7 + license: "BSD-3-clause" 8 + homepage: "https://github.com/anmonteiro/ocaml-h2" 9 + bug-reports: "https://github.com/anmonteiro/ocaml-h2/issues" 10 + depends: [ 11 + "dune" {>= "2.7"} 12 + "ocaml" {>= "4.08.0"} 13 + "h2" {= version} 14 + "faraday-async" 15 + "gluten-async" {>= "0.4.0"} 16 + "odoc" {with-doc} 17 + ] 18 + depopts: ["async_ssl" "tls-async"] 19 + build: [ 20 + ["dune" "subst"] {dev} 21 + [ 22 + "dune" 23 + "build" 24 + "-p" 25 + name 26 + "-j" 27 + jobs 28 + "@install" 29 + "@runtest" {with-test} 30 + "@doc" {with-doc} 31 + ] 32 + ] 33 + dev-repo: "git+https://github.com/anmonteiro/ocaml-h2.git" 34 + url { 35 + src: 36 + "https://github.com/anmonteiro/ocaml-h2/releases/download/0.13.0/h2-0.13.0.tbz" 37 + checksum: [ 38 + "sha256=0d89b6f178175294e7a207223be81d5b83fc31b97549bec34f0432a3b2a8070f" 39 + "sha512=a442cb80f40fd179211e9ab7b4b748a4d2f7ad6ece75301d74a5363c08cd05a70b94ae90ff6fc6b95e8284c57c14cc17cbe7ade5dbf19b21b56207c6f984faf4" 40 + ] 41 + } 42 + x-commit-hash: "49c0591ce90e54187625919a460b694c8f3d003b"
+40
packages/h2-eio/h2-eio.0.13.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "EIO support for h2" 3 + description: 4 + "h2 is an implementation of the HTTP/2 specification entirely in OCaml. h2-eio provides an EIO runtime implementation for h2." 5 + maintainer: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"] 6 + authors: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"] 7 + license: "BSD-3-clause" 8 + homepage: "https://github.com/anmonteiro/ocaml-h2" 9 + bug-reports: "https://github.com/anmonteiro/ocaml-h2/issues" 10 + depends: [ 11 + "dune" {>= "2.7"} 12 + "ocaml" {>= "4.08.0"} 13 + "h2" {= version} 14 + "gluten-eio" {>= "0.5.0"} 15 + "odoc" {with-doc} 16 + ] 17 + build: [ 18 + ["dune" "subst"] {dev} 19 + [ 20 + "dune" 21 + "build" 22 + "-p" 23 + name 24 + "-j" 25 + jobs 26 + "@install" 27 + "@runtest" {with-test} 28 + "@doc" {with-doc} 29 + ] 30 + ] 31 + dev-repo: "git+https://github.com/anmonteiro/ocaml-h2.git" 32 + url { 33 + src: 34 + "https://github.com/anmonteiro/ocaml-h2/releases/download/0.13.0/h2-0.13.0.tbz" 35 + checksum: [ 36 + "sha256=0d89b6f178175294e7a207223be81d5b83fc31b97549bec34f0432a3b2a8070f" 37 + "sha512=a442cb80f40fd179211e9ab7b4b748a4d2f7ad6ece75301d74a5363c08cd05a70b94ae90ff6fc6b95e8284c57c14cc17cbe7ade5dbf19b21b56207c6f984faf4" 38 + ] 39 + } 40 + x-commit-hash: "49c0591ce90e54187625919a460b694c8f3d003b"
+42
packages/h2-lwt-unix/h2-lwt-unix.0.13.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Lwt + UNIX support for h2" 3 + description: 4 + "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." 5 + maintainer: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"] 6 + authors: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"] 7 + license: "BSD-3-clause" 8 + homepage: "https://github.com/anmonteiro/ocaml-h2" 9 + bug-reports: "https://github.com/anmonteiro/ocaml-h2/issues" 10 + depends: [ 11 + "dune" {>= "2.7"} 12 + "ocaml" {>= "4.08.0"} 13 + "h2-lwt" {= version} 14 + "faraday-lwt-unix" 15 + "gluten-lwt-unix" {>= "0.2.1"} 16 + "odoc" {with-doc} 17 + ] 18 + depopts: ["tls-lwt" "lwt_ssl"] 19 + build: [ 20 + ["dune" "subst"] {dev} 21 + [ 22 + "dune" 23 + "build" 24 + "-p" 25 + name 26 + "-j" 27 + jobs 28 + "@install" 29 + "@runtest" {with-test} 30 + "@doc" {with-doc} 31 + ] 32 + ] 33 + dev-repo: "git+https://github.com/anmonteiro/ocaml-h2.git" 34 + url { 35 + src: 36 + "https://github.com/anmonteiro/ocaml-h2/releases/download/0.13.0/h2-0.13.0.tbz" 37 + checksum: [ 38 + "sha256=0d89b6f178175294e7a207223be81d5b83fc31b97549bec34f0432a3b2a8070f" 39 + "sha512=a442cb80f40fd179211e9ab7b4b748a4d2f7ad6ece75301d74a5363c08cd05a70b94ae90ff6fc6b95e8284c57c14cc17cbe7ade5dbf19b21b56207c6f984faf4" 40 + ] 41 + } 42 + x-commit-hash: "49c0591ce90e54187625919a460b694c8f3d003b"
+41
packages/h2-lwt/h2-lwt.0.13.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Lwt support for h2" 3 + description: 4 + "h2 is an implementation of the HTTP/2 specification entirely in OCaml. h2-lwt provides an Lwt runtime implementation for h2." 5 + maintainer: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"] 6 + authors: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"] 7 + license: "BSD-3-clause" 8 + homepage: "https://github.com/anmonteiro/ocaml-h2" 9 + bug-reports: "https://github.com/anmonteiro/ocaml-h2/issues" 10 + depends: [ 11 + "dune" {>= "2.7"} 12 + "ocaml" {>= "4.08.0"} 13 + "h2" {= version} 14 + "lwt" {>= "5.1.1"} 15 + "gluten-lwt" {>= "0.2.1"} 16 + "odoc" {with-doc} 17 + ] 18 + build: [ 19 + ["dune" "subst"] {dev} 20 + [ 21 + "dune" 22 + "build" 23 + "-p" 24 + name 25 + "-j" 26 + jobs 27 + "@install" 28 + "@runtest" {with-test} 29 + "@doc" {with-doc} 30 + ] 31 + ] 32 + dev-repo: "git+https://github.com/anmonteiro/ocaml-h2.git" 33 + url { 34 + src: 35 + "https://github.com/anmonteiro/ocaml-h2/releases/download/0.13.0/h2-0.13.0.tbz" 36 + checksum: [ 37 + "sha256=0d89b6f178175294e7a207223be81d5b83fc31b97549bec34f0432a3b2a8070f" 38 + "sha512=a442cb80f40fd179211e9ab7b4b748a4d2f7ad6ece75301d74a5363c08cd05a70b94ae90ff6fc6b95e8284c57c14cc17cbe7ade5dbf19b21b56207c6f984faf4" 39 + ] 40 + } 41 + x-commit-hash: "49c0591ce90e54187625919a460b694c8f3d003b"
+44
packages/h2-mirage/h2-mirage.0.13.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Lwt support for h2" 3 + description: 4 + "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." 5 + maintainer: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"] 6 + authors: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"] 7 + license: "BSD-3-clause" 8 + homepage: "https://github.com/anmonteiro/ocaml-h2" 9 + bug-reports: "https://github.com/anmonteiro/ocaml-h2/issues" 10 + depends: [ 11 + "dune" {>= "2.7"} 12 + "ocaml" {>= "4.08.0"} 13 + "h2-lwt" {= version} 14 + "faraday-lwt" 15 + "lwt" 16 + "gluten-mirage" {>= "0.3.0"} 17 + "mirage-flow" {>= "2.0.0"} 18 + "cstruct" 19 + "odoc" {with-doc} 20 + ] 21 + build: [ 22 + ["dune" "subst"] {dev} 23 + [ 24 + "dune" 25 + "build" 26 + "-p" 27 + name 28 + "-j" 29 + jobs 30 + "@install" 31 + "@runtest" {with-test} 32 + "@doc" {with-doc} 33 + ] 34 + ] 35 + dev-repo: "git+https://github.com/anmonteiro/ocaml-h2.git" 36 + url { 37 + src: 38 + "https://github.com/anmonteiro/ocaml-h2/releases/download/0.13.0/h2-0.13.0.tbz" 39 + checksum: [ 40 + "sha256=0d89b6f178175294e7a207223be81d5b83fc31b97549bec34f0432a3b2a8070f" 41 + "sha512=a442cb80f40fd179211e9ab7b4b748a4d2f7ad6ece75301d74a5363c08cd05a70b94ae90ff6fc6b95e8284c57c14cc17cbe7ade5dbf19b21b56207c6f984faf4" 42 + ] 43 + } 44 + x-commit-hash: "49c0591ce90e54187625919a460b694c8f3d003b"
+49
packages/h2/h2.0.13.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: 3 + "A high-performance, memory-efficient, and scalable HTTP/2 library for OCaml" 4 + description: 5 + "h2 is an implementation of the HTTP/2 specification entirely in OCaml. It is based on the concepts in httpun, 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 httpun wherever possible." 6 + maintainer: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"] 7 + authors: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"] 8 + license: "BSD-3-clause" 9 + homepage: "https://github.com/anmonteiro/ocaml-h2" 10 + bug-reports: "https://github.com/anmonteiro/ocaml-h2/issues" 11 + depends: [ 12 + "dune" {>= "2.7"} 13 + "ocaml" {>= "4.08.0"} 14 + "base64" {>= "3.0.0"} 15 + "angstrom" {>= "0.14.0"} 16 + "faraday" {>= "0.7.3"} 17 + "bigstringaf" {>= "0.5.0"} 18 + "psq" 19 + "hpack" {= version} 20 + "httpun-types" 21 + "alcotest" {with-test} 22 + "yojson" {with-test} 23 + "hex" {with-test} 24 + "odoc" {with-doc} 25 + ] 26 + build: [ 27 + ["dune" "subst"] {dev} 28 + [ 29 + "dune" 30 + "build" 31 + "-p" 32 + name 33 + "-j" 34 + jobs 35 + "@install" 36 + "@runtest" {with-test} 37 + "@doc" {with-doc} 38 + ] 39 + ] 40 + dev-repo: "git+https://github.com/anmonteiro/ocaml-h2.git" 41 + url { 42 + src: 43 + "https://github.com/anmonteiro/ocaml-h2/releases/download/0.13.0/h2-0.13.0.tbz" 44 + checksum: [ 45 + "sha256=0d89b6f178175294e7a207223be81d5b83fc31b97549bec34f0432a3b2a8070f" 46 + "sha512=a442cb80f40fd179211e9ab7b4b748a4d2f7ad6ece75301d74a5363c08cd05a70b94ae90ff6fc6b95e8284c57c14cc17cbe7ade5dbf19b21b56207c6f984faf4" 47 + ] 48 + } 49 + x-commit-hash: "49c0591ce90e54187625919a460b694c8f3d003b"
+42
packages/hpack/hpack.0.13.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "An HPACK (Header Compression for HTTP/2) implementation in OCaml" 3 + description: 4 + "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." 5 + maintainer: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"] 6 + authors: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"] 7 + license: "BSD-3-clause" 8 + homepage: "https://github.com/anmonteiro/ocaml-h2" 9 + bug-reports: "https://github.com/anmonteiro/ocaml-h2/issues" 10 + depends: [ 11 + "dune" {>= "2.7"} 12 + "ocaml" {>= "4.08.0"} 13 + "angstrom" 14 + "faraday" {>= "0.7.3"} 15 + "yojson" {with-test} 16 + "hex" {with-test} 17 + "odoc" {with-doc} 18 + ] 19 + build: [ 20 + ["dune" "subst"] {dev} 21 + [ 22 + "dune" 23 + "build" 24 + "-p" 25 + name 26 + "-j" 27 + jobs 28 + "@install" 29 + "@runtest" {with-test} 30 + "@doc" {with-doc} 31 + ] 32 + ] 33 + dev-repo: "git+https://github.com/anmonteiro/ocaml-h2.git" 34 + url { 35 + src: 36 + "https://github.com/anmonteiro/ocaml-h2/releases/download/0.13.0/h2-0.13.0.tbz" 37 + checksum: [ 38 + "sha256=0d89b6f178175294e7a207223be81d5b83fc31b97549bec34f0432a3b2a8070f" 39 + "sha512=a442cb80f40fd179211e9ab7b4b748a4d2f7ad6ece75301d74a5363c08cd05a70b94ae90ff6fc6b95e8284c57c14cc17cbe7ade5dbf19b21b56207c6f984faf4" 40 + ] 41 + } 42 + x-commit-hash: "49c0591ce90e54187625919a460b694c8f3d003b"