# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 GH_DOM="github.com" GH_REPO="michaelballantyne/hosted-minikanren" GH_COMMIT="867755c61acd064a07dfcfd0849b01a70f315bed" inherit gh racket DESCRIPTION="An optimizing compiler implementation of miniKanren" HOMEPAGE="https://github.com/michaelballantyne/hosted-minikanren" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" RDEPEND="dev-racket/csv-reading dev-racket/fmt dev-racket/sql dev-racket/syntax-spec-v2 dev-racket/text-table dev-racket/threading" BDEPEND="${RDEPEND}"