You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
324 B
Racket

#lang info
(define post-install-collection "index.rkt")
(define raco-commands '(("words" (submod words/command raco) "issue words command" #f)))
(define compile-omit-paths '("make-icons.rkt"))
(define test-omit-paths '("app.rkt"))
(define gracket-launcher-names '("Words"))
(define gracket-launcher-libraries '("app.rkt"))