11 lines
297 B
Scheme
11 lines
297 B
Scheme
(define-package "srfi-10"
|
|
(0 0)
|
|
()
|
|
(install-file "load.scm" 'base)
|
|
(install-file "README" 'doc)
|
|
(install-file "NEWS" 'doc)
|
|
(install-string (COPYING) "COPYING" 'doc)
|
|
(install-file "srfi-10.scm" 'scheme)
|
|
(install-file "test/test.scm" 'scheme)
|
|
(install-file "test/pi.scm" 'scheme))
|