# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 GH_DOM="gitlab.com" GH_REPO="racketeer/ebb" inherit gh racket DESCRIPTION="Threading macro with list deforestation (stream fusion) support - all packages." HOMEPAGE="https://gitlab.com/racketeer/ebb" S="${S}/ebb" LICENSE="|| ( Apache-2.0 MIT )" SLOT="0" RDEPEND="dev-racket/ebb-doc dev-racket/ebb-lib dev-racket/ebb-test" BDEPEND="${RDEPEND}"