Install this version:
emerge -a =dev-racket/web-server-compress-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-racket/web-server-compress-9999
Or alternatively:
emerge --autounmask-write -a =dev-racket/web-server-compress-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | 0 |
# 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}"
dev-racket/libbrotli dev-racket/libz dev-racket/libzstd
dev-racket/libbrotli dev-racket/libz dev-racket/libzstd