sunterlib/s48/cml/pkg-def.scm

26 lines
581 B
Scheme

(define-package "cml"
(1 0)
()
(write-to-load-script
`((config)
(load ,(absolute-file-name "packages.scm"
(get-directory 'scheme #f)))))
(install-file "README" 'doc)
(install-file "NEWS" 'doc)
(install-string (COPYING) "COPYING" 'doc)
(install-file "packages.scm" 'scheme)
(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))