this repo has no description
0
fork

Configure Feed

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

Merge pull request #26420 from dinosaure/release-h1-v1.0.0

[new release] h1 (2 packages) (1.0.0)

authored by

Hannes Mehnert and committed by
GitHub
a10f3c58 92bb17f8

+71
+31
packages/h1-lwt-unix/h1-lwt-unix.1.0.0/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "Romain Calascibetta <romain.calascibetta@gmail.com>" 3 + authors: [ 4 + "Anton Bachin <antonbachin@yahoo.com>" 5 + "Spiros Eliopoulos <spiros@inhabitedtype.com>" 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.0.0/h1-1.0.0.tbz" 26 + checksum: [ 27 + "sha256=b851d170d99f1e216674c00c2a24b92a2948c0cca57ff0282427f1965ac8bd13" 28 + "sha512=dde55fc1e6c6615c6b2a8baca1273528b305dd9f15e6bcb4a283b5f0e7909c7be549dd1ce802eceab2404eeb81def9f9350fe31b8a76ae65a004008dd6865e71" 29 + ] 30 + } 31 + x-commit-hash: "885817651a2ea3576115dd1a98d8f2c1d107a865"
+40
packages/h1/h1.1.0.0/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "Romain Calascibetta <romain.calascibetta@gmail.com>" 3 + authors: [ "Spiros Eliopoulos <spiros@inhabitedtype.com>" ] 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 + "bigstringaf" {>= "0.4.0"} 19 + "angstrom" {>= "0.14.0"} 20 + "faraday" {>= "0.6.1"} 21 + "httpun-types" {>= "0.1.0"} 22 + "lwt" {with-test} 23 + ] 24 + synopsis: 25 + "A high-performance, memory-efficient, and scalable web server for OCaml" 26 + description: """ 27 + http/af implements the HTTP 1.1 specification with respect to parsing, 28 + serialization, and connection pipelining as a state machine that is agnostic to 29 + the underlying IO mechanism, and is therefore portable across many platform. 30 + It uses the Angstrom and Faraday libraries to implement the parsing and 31 + serialization layers of the HTTP standard, hence the name.""" 32 + url { 33 + src: 34 + "https://github.com/robur-coop/ocaml-h1/releases/download/v1.0.0/h1-1.0.0.tbz" 35 + checksum: [ 36 + "sha256=b851d170d99f1e216674c00c2a24b92a2948c0cca57ff0282427f1965ac8bd13" 37 + "sha512=dde55fc1e6c6615c6b2a8baca1273528b305dd9f15e6bcb4a283b5f0e7909c7be549dd1ce802eceab2404eeb81def9f9350fe31b8a76ae65a004008dd6865e71" 38 + ] 39 + } 40 + x-commit-hash: "885817651a2ea3576115dd1a98d8f2c1d107a865"