memoize-0_p20240414racket-overlay
download
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
GH_DOM="github.com"
GH_REPO="jbclements/memoize"
GH_COMMIT="f373706824145ce2a8247edb76278d6df139333c"
inherit gh racket
DESCRIPTION="Memoization for functions"
HOMEPAGE="https://github.com/jbclements/memoize"
S="${S}/memoize"
LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
RESTRICT="mirror"
RDEPEND="dev-racket/memoize-doc
dev-racket/memoize-lib
dev-racket/memoize-test"
BDEPEND="${RDEPEND}"