sunterlib/s48/exceptions/pkg-def.scm

14 lines
421 B
Scheme
Raw Normal View History

2004-03-10 11:12:09 -05:00
(define-package "exceptions"
(0 1)
()
(write-to-load-script
`((config)
(load ,(absolute-file-name "packages.scm"
(get-directory 'scheme #f)))))
2004-03-10 12:25:20 -05:00
(install-file "NEWS" 'doc)
2004-03-10 11:12:09 -05:00
(install-string (COPYING) "COPYING" 'doc)
2004-03-15 21:27:44 -05:00
(install-file "packages.scm" 'scheme)
2004-03-10 11:12:09 -05:00
(install-file "restart.scm" 'scheme)
(install-file "srfi-34.scm" 'scheme)
(install-file "srfi-35.scm" 'scheme))