13 lines
545 B
Racket
13 lines
545 B
Racket
#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.02")
|
|
(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 scribblings '(("scribblings/manual.scrbl"))) |