# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
GH_DOM="github.com"
GH_REPO="lexi-lambda/racket-2htdp-typed"
GH_COMMIT="b46c957f0ad7490bc7b0f01da0e80380f34cac2d"
inherit gh racket
DESCRIPTION="A partial version of 2htdp for Typed Racket"
HOMEPAGE="https://github.com/lexi-lambda/racket-2htdp-typed"
LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
RESTRICT="mirror"
RDEPEND="dev-racket/unstable-contract-lib
dev-racket/unstable-list-lib"
BDEPEND="${RDEPEND}"