dev-racket/ctp - 9999 (racket-overlay)

Search

Package Information

Description:
Category Theory in Programming
Homepage:
https://github.com/NoahStoryM/ctp
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

GH_DOM="github.com"
GH_REPO="NoahStoryM/ctp"

inherit gh racket

DESCRIPTION="Category Theory in Programming"
HOMEPAGE="https://github.com/NoahStoryM/ctp"

LICENSE="MIT"
SLOT="0"

RDEPEND="dev-racket/typed-amb
	dev-racket/variant"
BDEPEND="${RDEPEND}"

Dependencies

RDEPEND

dev-racket/typed-amb
	dev-racket/variant

BDEPEND

dev-racket/typed-amb
	dev-racket/variant