# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 GH_DOM="github.com" GH_REPO="utahplt/gtp-checkup" GH_COMMIT="5e8142f0be419a0b6b0e9333d3081f1392e222be" inherit gh racket DESCRIPTION="Test correctness of typed/untyped interaction." HOMEPAGE="https://github.com/utahplt/gtp-checkup" LICENSE="all-rights-reserved" SLOT="0" KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" RESTRICT="mirror" RDEPEND="dev-racket/basedir dev-racket/gregor dev-racket/gtp-util dev-racket/memoize dev-racket/pict-abbrevs dev-racket/require-typed-check" BDEPEND="${RDEPEND}"