23 buildDunePackage rec {
28 url = "https://github.com/anmonteiro/piaf/releases/download/${version}/piaf-${version}.tbz";
29 hash = "sha256-B/qQCaUvrqrm2GEW51AH9SebGFx7x8laq5RV8hBzcPs=";
32 propagatedBuildInputs = [
48 # Some test cases fail
57 description = "HTTP library with HTTP/2 support written entirely in OCaml";
58 homepage = "https://github.com/anmonteiro/piaf";
59 license = lib.licenses.bsd3;
60 maintainers = with lib.maintainers; [ anmonteiro ];