racket/collects/htdch/info.ss
Matthias Felleisen 04b89daa5a idraw created
svn: r2207
2006-02-13 15:58:58 +00:00

8 lines
242 B
Scheme

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