13 url = "https://github.com/anmonteiro/ocaml-h2/releases/download/${version}/h2-${version}.tbz";
14 hash = "sha256-GdXwazlgDurjzy7ekLpuMkCii8W+F/jl/IBv/WTHgFM=";
17 minimalOCamlVersion = "4.08";
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; [