[racket] New Package for Racket: cellular automata

From: Deren Dohoda (deren.dohoda at gmail.com)
Date: Fri May 9 19:08:24 EDT 2014

Thank you Neil and Asumu,

It looks like most of the usable options don't apply to very simple
single-collection packages at this time.

If anyone would like to try the package I think it is ready to be toyed
with, mostly in DrRacket at this point.

https://github.com/derend/cellular-automata

Deren


On Fri, May 9, 2014 at 1:23 AM, Asumu Takikawa <asumu at ccs.neu.edu> wrote:

> On 2014-05-09 00:34:26 -0400, Deren Dohoda wrote:
> >    Unfortunately I must admit I was sorely lost in figuring out the
> info.rkt
> >    file that would describe this package in some kind of meaningful way.
> I'd
> >    like to put this up on the package list for others to play with but
> what
> >    should I be sure I have in my info.rkt file before I do so?
>
> You can get by with a pretty minimal info.rkt file. Much of the
> user-facing package information (like package description) is specified
> via the package list website. You may wish to specify the dependencies
> (`deps` and `build-deps` bindings) for your package though.
>
> You can find the metadata that the package system looks for here:
>   http://docs.racket-lang.org/pkg/metadata.html
>
> Cheers,
> Asumu
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20140509/29016062/attachment.html>

Posted on the users mailing list.