sunterlib/s48/args-fold/pkg-def.scm

9 lines
219 B
Scheme
Raw Normal View History

2004-03-10 11:18:16 -05:00
(define-package "srfi-37"
2004-03-10 11:28:48 -05:00
(0 4)
2004-03-10 11:18:16 -05:00
()
(install-file "load.scm" 'base)
(install-file "README" 'doc)
2004-03-10 11:34:38 -05:00
(install-file "NEWS" 'doc)
2004-03-10 11:18:16 -05:00
(install-string (COPYING) "COPYING" 'doc)
(install-file "args-fold.scm" 'scheme))