Changed to new package system.

This commit is contained in:
Anthony Carrico 2004-03-10 16:18:16 +00:00
parent 22d470fc08
commit d0d0fbdd7f
5 changed files with 15 additions and 5 deletions

View File

@ -1 +1 @@
Anthony Carrico Copyright (c) 2004 Anthony Carrico

2
s48/args-fold/NEWS Normal file
View File

@ -0,0 +1,2 @@
version 0.4
* New package system.

View File

@ -7,3 +7,8 @@
option-optional-arg? option-optional-arg?
option-processor option-processor
args-fold)) args-fold))
(define-structure srfi-37
srfi-37-interface
(open scheme srfi-9 srfi-11)
(files args-fold))

View File

@ -1,4 +0,0 @@
(define-structure srfi-37
srfi-37-interface
(open scheme srfi-9 srfi-11)
(files args-fold))

View File

@ -0,0 +1,7 @@
(define-package "srfi-37"
(0 6)
()
(install-file "load.scm" 'base)
(install-file "README" 'doc)
(install-string (COPYING) "COPYING" 'doc)
(install-file "args-fold.scm" 'scheme))