#lang setup/infotab
(define name "Whalesong")
(define blurb '("A Racket to JavaScript compiler"))
(define release-notes '((p "Identified an issue with the inliner that causes generated code to be much larger than expected. Inlining is now off until I identify ths issue.")))
(define version "1.10")
(define categories '(devtools))
(define repositories '("4.x"))
(define required-core-version "5.1.1")
(define homepage "http://hashcollision.org/whalesong")
(define scribblings '(("scribblings/manual.scrbl")))
(define compile-omit-paths '("tests"
"sandbox"
"examples"
"experiments"
"simulator"
"tmp"))
(define can-be-loaded-with 'all)