# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

GH_DOM="github.com"
GH_REPO="AlexKnauth/treelist-util"

inherit gh racket

DESCRIPTION="Treelist operations matching racket/list that aren't in racket/treelist"
HOMEPAGE="https://github.com/AlexKnauth/treelist-util"

LICENSE="MIT"
SLOT="0"

RDEPEND="dev-racket/reprovide-lang-lib
	dev-racket/rhombus
	dev-racket/rhombus-lib
	dev-racket/rhombus-scribble-lib"
BDEPEND="${RDEPEND}"