this repo has no description
at main 1.6 kB view raw
1opam-version: "2.0" 2maintainer: "Romain Calascibetta <romain.calascibetta@gmail.com>" 3authors: [ "Spiros Eliopoulos <spiros@inhabitedtype.com>" ] 4license: "BSD-3-clause" 5homepage: "https://github.com/robur-coop/ocaml-h1" 6bug-reports: "https://github.com/robur-coop/ocaml-h1/issues" 7dev-repo: "git+https://github.com/robur-coop/ocaml-h1.git" 8build: [ 9 ["dune" "subst"] {dev} 10 ["dune" "build" "-p" name "-j" jobs] 11 ["dune" "runtest" "-p" name] {with-test} 12] 13depends: [ 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] 24synopsis: 25 "A high-performance, memory-efficient, and scalable web server for OCaml" 26description: """ 27http/af implements the HTTP 1.1 specification with respect to parsing, 28serialization, and connection pipelining as a state machine that is agnostic to 29the underlying IO mechanism, and is therefore portable across many platform. 30It uses the Angstrom and Faraday libraries to implement the parsing and 31serialization layers of the HTTP standard, hence the name.""" 32url { 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} 40x-commit-hash: "885817651a2ea3576115dd1a98d8f2c1d107a865"