sunterlib/s48/module-system/pkg-def.scm

10 lines
276 B
Scheme
Raw Normal View History

2004-03-10 12:23:45 -05:00
(define-package "module-system"
(0 0)
()
(install-file "load.scm" 'base)
(install-file "README" 'doc)
(install-file "NEWS" 'doc)
(install-string (COPYING) "COPYING" 'doc)
(install-file "overlapping-imports.scm" 'scheme)
(install-file "rt-module.scm" 'scheme))