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

LICENSE="|| ( Apache-2.0 MIT )"
SLOT="0"

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