putting minimal information in the info.rkt

This commit is contained in:
Danny Yoo 2011-06-16 14:33:40 -04:00
parent 08353b226d
commit f59f9d7500

View File

@ -1,6 +1,13 @@
#lang setup/infotab
(define name "Whalesong")
(define blurb '("A Racket to JavaScript compiler"))
(define release-notes '((p "A not-even-alpha release; please don't use this unless you expect sharp edges...")))
(define version "0.01")
(define categories '(devtools))
(define repositories '("4.x"))
(define required-core-version "5.1.1")
(define racket-launcher-libraries '("whalesong.rkt"))
(define racket-launcher-names '("whalesong"))
(define homepage "http://hashcollision.org/whalesong")
(define homepage "http://hashcollision.org/whalesong")
(define scribblings '(("scribblings/manual.scrbl")))