this repo has no description
1opam-version: "2.0" 2maintainer: "Romain Calascibetta <romain.calascibetta@gmail.com>" 3authors: [ 4 "Anton Bachin <antonbachin@yahoo.com>" 5 "Spiros Eliopoulos <spiros@inhabitedtype.com>" 6] 7license: "BSD-3-clause" 8homepage: "https://github.com/robur-coop/ocaml-h1" 9bug-reports: "https://github.com/robur-coop/ocaml-h1/issues" 10dev-repo: "git+https://github.com/robur-coop/ocaml-h1.git" 11build: [ 12 ["dune" "subst"] {dev} 13 ["dune" "build" "-p" name "-j" jobs] 14] 15depends: [ 16 "ocaml" {>= "4.08.0"} 17 "faraday-lwt-unix" 18 "h1" {= version} 19 "dune" {>= "2.0.0"} 20 "lwt" {>= "2.4.7"} 21] 22synopsis: "Lwt support for ocaml-h1" 23url { 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} 31x-commit-hash: "885817651a2ea3576115dd1a98d8f2c1d107a865"