putting minimal information in the info.rkt
This commit is contained in:
parent
08353b226d
commit
f59f9d7500
9
info.rkt
9
info.rkt
|
@ -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")))
|
Loading…
Reference in New Issue
Block a user