dev-racket/ca-dsl - 9999 (racket-overlay)

Search

Package Information

Description:
A DSL for expressing and simulating Cellular Automata
Homepage:
https://github.com/zedeckj/ca-dsl
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="zedeckj/ca-dsl"

inherit gh racket

DESCRIPTION="A DSL for expressing and simulating Cellular Automata"
HOMEPAGE="https://github.com/zedeckj/ca-dsl"

LICENSE="MIT"
SLOT="0"

RDEPEND="dev-racket/2htdp-typed
	dev-racket/typed-racket-stream"
BDEPEND="${RDEPEND}"

Dependencies

RDEPEND

dev-racket/2htdp-typed
	dev-racket/typed-racket-stream

BDEPEND

dev-racket/2htdp-typed
	dev-racket/typed-racket-stream