sunterlib/s48/cml/pkg-def.scm

26 lines
608 B
Scheme
Raw Normal View History

2004-03-10 11:40:44 -05:00
(define-package "cml"
2005-07-07 21:29:30 -04:00
(1 1)
2004-03-27 01:59:16 -05:00
((install-lib-version (1 0)))
(write-to-load-script
`((config)
(load ,(absolute-file-name "packages.scm"
(get-directory 'scheme #f)))))
2004-03-10 11:40:44 -05:00
(install-file "README" 'doc)
(install-file "NEWS" 'doc)
(install-string (COPYING) "COPYING" 'doc)
2004-03-15 21:27:44 -05:00
(install-file "packages.scm" 'scheme)
2004-03-10 11:40:44 -05:00
(install-file "async-channels.scm" 'scheme)
(install-file "placeholder.scm" 'scheme)
(install-file "trans-id.scm" 'scheme)
(install-file "channel.scm" 'scheme)
(install-file "jar.scm" 'scheme)
(install-file "rendezvous.scm" 'scheme))