13 url = "https://github.com/anmonteiro/ocaml-h2/releases/download/${version}/h2-${version}.tbz";
14 sha256 = "sha256-7gjRhJs2mufQbImAXiKFT9mZ1kHGSHHwjCVZM5f0C14=";
17 minimalOCamlVersion = "4.04";
19 propagatedBuildInputs = [
28 license = lib.licenses.bsd3;
29 description = "An HPACK (Header Compression for HTTP/2) implementation in OCaml";
30 homepage = "https://github.com/anmonteiro/ocaml-h2";
31 maintainers = with lib.maintainers; [