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