# 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"

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"

RDEPEND="dev-racket/libbrotli
	dev-racket/libz
	dev-racket/libzstd"
BDEPEND="${RDEPEND}"