# 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" GH_COMMIT="3b841b7459601354c95047a381729009b2aa3aa8" 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" KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" RDEPEND="dev-racket/ebb-doc dev-racket/ebb-lib dev-racket/ebb-test" BDEPEND="${RDEPEND}"