# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 GH_DOM="git.marvid.fr" GH_REPO="scolobb/typed-graph" GH_COMMIT="330a3ae753f4e9722bc9e994ea4b9b1820660307" inherit gh racket DESCRIPTION="Typed interface for the generic graph library." HOMEPAGE="https://git.marvid.fr/scolobb/typed-graph" LICENSE="all-rights-reserved" SLOT="0" KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" RESTRICT="mirror" RDEPEND="dev-racket/gen-queue-lib dev-racket/graph-doc dev-racket/graph-lib" BDEPEND="${RDEPEND}"