<div dir="ltr"><div class="gmail_default" style="font-family:courier new,monospace">Thank you Neil and Asumu,<br><br>It looks like most of the usable options don't apply to very simple single-collection packages at this time. <br>
<br>If anyone would like to try the package I think it is ready to be toyed with, mostly in DrRacket at this point.<br><br><a href="https://github.com/derend/cellular-automata">https://github.com/derend/cellular-automata</a><br>
<br>Deren<br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, May 9, 2014 at 1:23 AM, Asumu Takikawa <span dir="ltr"><<a href="mailto:asumu@ccs.neu.edu" target="_blank">asumu@ccs.neu.edu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">On 2014-05-09 00:34:26 -0400, Deren Dohoda wrote:<br>
>    Unfortunately I must admit I was sorely lost in figuring out the info.rkt<br>
>    file that would describe this package in some kind of meaningful way. I'd<br>
>    like to put this up on the package list for others to play with but what<br>
>    should I be sure I have in my info.rkt file before I do so?<br>
<br>
</div>You can get by with a pretty minimal info.rkt file. Much of the<br>
user-facing package information (like package description) is specified<br>
via the package list website. You may wish to specify the dependencies<br>
(`deps` and `build-deps` bindings) for your package though.<br>
<br>
You can find the metadata that the package system looks for here:<br>
  <a href="http://docs.racket-lang.org/pkg/metadata.html" target="_blank">http://docs.racket-lang.org/pkg/metadata.html</a><br>
<br>
Cheers,<br>
Asumu<br>
</blockquote></div><br></div>