sunterlib/scsh/treaps/pkg-def.scm

9 lines
214 B
Scheme

(define-package "treaps"
(0 1)
()
(install-file "load.scm" 'base)
(install-file "README" 'doc)
(install-file "NEWS" 'doc)
(install-string (COPYING) "COPYING" 'doc)
(install-file "treap.scm" 'scheme))