opam-version: "2.0" synopsis: "Lwt + UNIX support for h2" description: "h2 is an implementation of the HTTP/2 specification entirely in OCaml. h2-lwt-unix provides an Lwt runtime implementation for h2 that targets UNIX binaries." maintainer: ["Antonio Nuno Monteiro "] authors: ["Antonio Nuno Monteiro "] license: "BSD-3-clause" homepage: "https://github.com/anmonteiro/ocaml-h2" bug-reports: "https://github.com/anmonteiro/ocaml-h2/issues" depends: [ "dune" {>= "2.7"} "ocaml" {>= "4.08.0"} "h2-lwt" {= version} "faraday-lwt-unix" "gluten-lwt-unix" {>= "0.2.1"} "odoc" {with-doc} ] depopts: ["tls-lwt" "lwt_ssl"] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/anmonteiro/ocaml-h2.git" url { src: "https://github.com/anmonteiro/ocaml-h2/releases/download/0.10.0/h2-0.10.0.tbz" checksum: [ "sha256=9fd6afa552fa1c3d8a04e3761699d47ae1f71ce503380dbd8929a375cc4c46f1" "sha512=d0f4eab388df4f35eb2cfc93e7cd75e15c7ae5bbb382325e1219766558d52698f580e310cab3e4fa3eebe0fa2c2270af09d56537bd7191796bd0748d12633e35" ] } x-commit-hash: "fff323e57f08cc1ca58cf9a6cd4996c3ac5d24de" conflicts: [ "tls-lwt" {>= "1.0.0"} ]