# 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 - tests."
HOMEPAGE="https://gitlab.com/racketeer/ebb"
S="${S}/ebb-test"

LICENSE="|| ( Apache-2.0 MIT )"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"

RDEPEND="dev-racket/ebb-lib"
BDEPEND="${RDEPEND}"