# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 GH_DOM="github.com" GH_REPO="jaybonthius/racket-web-server-compress" GH_COMMIT="4a74c1141d4cf6d8e8ed7a3ed0c351ae41dc83e8" inherit gh racket DESCRIPTION="HTTP response compression middleware for the Racket web server." HOMEPAGE="https://github.com/jaybonthius/racket-web-server-compress" S="${S}/web-server-compress" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" RDEPEND="dev-racket/libbrotli dev-racket/libz dev-racket/libzstd" BDEPEND="${RDEPEND}"