racket/collects/htdch/info.ss
2006-01-27 22:16:14 +00:00

7 lines
208 B
Scheme

(module info (lib "infotab.ss" "setup")
(define name "htdch")
(define compile-subcollections (list (list "htdch" "draw")
(list "htdch" "graphics")
))
)