this repo has no description
1opam-version: "2.0" 2synopsis: "EIO support for h2" 3description: 4 "h2 is an implementation of the HTTP/2 specification entirely in OCaml. h2-eio provides an EIO runtime implementation for h2." 5maintainer: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"] 6authors: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"] 7license: "BSD-3-clause" 8homepage: "https://github.com/anmonteiro/ocaml-h2" 9bug-reports: "https://github.com/anmonteiro/ocaml-h2/issues" 10depends: [ 11 "dune" {>= "2.7"} 12 "ocaml" {>= "4.08.0"} 13 "h2" {= version} 14 "eio" 15 "gluten-eio" {>= "0.5.1"} 16 "odoc" {with-doc} 17] 18build: [ 19 ["dune" "subst"] {dev} 20 [ 21 "dune" 22 "build" 23 "-p" 24 name 25 "-j" 26 jobs 27 "@install" 28 "@doc" {with-doc} 29 ] 30] 31dev-repo: "git+https://github.com/anmonteiro/ocaml-h2.git" 32url { 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} 40x-commit-hash: "49c0591ce90e54187625919a460b694c8f3d003b"