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

EAPI=8

GH_DOM="github.com"
GH_REPO="lurry-m/tacit"
GH_COMMIT="8c54fa87341b05fa5c9b15cac6575e63bd957c8c"

inherit gh racket

DESCRIPTION="Useful functions for tacit (point-free) programming"
HOMEPAGE="https://github.com/lurry-m/tacit"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"

RDEPEND="dev-racket/cover
	dev-racket/doc-coverage"
BDEPEND="${RDEPEND}"