this repo has no description

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

CHANGES:

- First release of h1

Changed files
+71
packages
h1
h1.1.0.0
h1-lwt-unix
h1-lwt-unix.1.0.0
+31
packages/h1-lwt-unix/h1-lwt-unix.1.0.0/opam
···
+
opam-version: "2.0"
+
maintainer: "Romain Calascibetta <romain.calascibetta@gmail.com>"
+
authors: [
+
"Anton Bachin <antonbachin@yahoo.com>"
+
"Spiros Eliopoulos <spiros@inhabitedtype.com>"
+
]
+
license: "BSD-3-clause"
+
homepage: "https://github.com/robur-coop/ocaml-h1"
+
bug-reports: "https://github.com/robur-coop/ocaml-h1/issues"
+
dev-repo: "git+https://github.com/robur-coop/ocaml-h1.git"
+
build: [
+
["dune" "subst"] {dev}
+
["dune" "build" "-p" name "-j" jobs]
+
]
+
depends: [
+
"ocaml" {>= "4.08.0"}
+
"faraday-lwt-unix"
+
"h1" {= version}
+
"dune" {>= "2.0.0"}
+
"lwt" {>= "2.4.7"}
+
]
+
synopsis: "Lwt support for ocaml-h1"
+
url {
+
src:
+
"https://github.com/robur-coop/ocaml-h1/releases/download/v1.0.0/h1-1.0.0.tbz"
+
checksum: [
+
"sha256=b851d170d99f1e216674c00c2a24b92a2948c0cca57ff0282427f1965ac8bd13"
+
"sha512=dde55fc1e6c6615c6b2a8baca1273528b305dd9f15e6bcb4a283b5f0e7909c7be549dd1ce802eceab2404eeb81def9f9350fe31b8a76ae65a004008dd6865e71"
+
]
+
}
+
x-commit-hash: "885817651a2ea3576115dd1a98d8f2c1d107a865"
+40
packages/h1/h1.1.0.0/opam
···
+
opam-version: "2.0"
+
maintainer: "Romain Calascibetta <romain.calascibetta@gmail.com>"
+
authors: [ "Spiros Eliopoulos <spiros@inhabitedtype.com>" ]
+
license: "BSD-3-clause"
+
homepage: "https://github.com/robur-coop/ocaml-h1"
+
bug-reports: "https://github.com/robur-coop/ocaml-h1/issues"
+
dev-repo: "git+https://github.com/robur-coop/ocaml-h1.git"
+
build: [
+
["dune" "subst"] {dev}
+
["dune" "build" "-p" name "-j" jobs]
+
["dune" "runtest" "-p" name] {with-test}
+
]
+
depends: [
+
"ocaml" {>= "4.08.0"}
+
"dune" {>= "2.0.0"}
+
"alcotest" {with-test & >= "1.2.0"}
+
"stdio" {with-test}
+
"bigstringaf" {>= "0.4.0"}
+
"angstrom" {>= "0.14.0"}
+
"faraday" {>= "0.6.1"}
+
"httpun-types" {>= "0.1.0"}
+
"lwt" {with-test}
+
]
+
synopsis:
+
"A high-performance, memory-efficient, and scalable web server for OCaml"
+
description: """
+
http/af implements the HTTP 1.1 specification with respect to parsing,
+
serialization, and connection pipelining as a state machine that is agnostic to
+
the underlying IO mechanism, and is therefore portable across many platform.
+
It uses the Angstrom and Faraday libraries to implement the parsing and
+
serialization layers of the HTTP standard, hence the name."""
+
url {
+
src:
+
"https://github.com/robur-coop/ocaml-h1/releases/download/v1.0.0/h1-1.0.0.tbz"
+
checksum: [
+
"sha256=b851d170d99f1e216674c00c2a24b92a2948c0cca57ff0282427f1965ac8bd13"
+
"sha512=dde55fc1e6c6615c6b2a8baca1273528b305dd9f15e6bcb4a283b5f0e7909c7be549dd1ce802eceab2404eeb81def9f9350fe31b8a76ae65a004008dd6865e71"
+
]
+
}
+
x-commit-hash: "885817651a2ea3576115dd1a98d8f2c1d107a865"