adding a primary-file annotation
This commit is contained in:
parent
7921f7a006
commit
b148140d20
1
info.rkt
1
info.rkt
|
@ -4,6 +4,7 @@
|
||||||
(define blurb '("A Racket to JavaScript compiler"))
|
(define blurb '("A Racket to JavaScript compiler"))
|
||||||
(define release-notes '((p "Bug fix: corrected issue 73 and 74. (https://github.com/dyoo/whalesong/issues/73). Some micro-optimizations to improve speed of struct construction.")))
|
(define release-notes '((p "Bug fix: corrected issue 73 and 74. (https://github.com/dyoo/whalesong/issues/73). Some micro-optimizations to improve speed of struct construction.")))
|
||||||
(define version "1.14")
|
(define version "1.14")
|
||||||
|
(define primary-file "make-launcher.rkt")
|
||||||
(define categories '(devtools))
|
(define categories '(devtools))
|
||||||
(define repositories '("4.x"))
|
(define repositories '("4.x"))
|
||||||
(define required-core-version "5.1.1")
|
(define required-core-version "5.1.1")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user