[misc-extensions-cvs] r2 -
sburson at common-lisp.net
sburson at common-lisp.net
Sat Jan 6 23:32:32 UTC 2007
Author: sburson
Date: Sat Jan 6 18:32:32 2007
New Revision: 2
Added:
misc-extensions.asd
Log:
Initial commit.
Added: misc-extensions.asd
==============================================================================
--- (empty file)
+++ misc-extensions.asd Sat Jan 6 18:32:32 2007
@@ -0,0 +1,8 @@
+;;; -*- Lisp -*-
+
+(defsystem misc-extensions
+ :serial t
+ :components ((:module "src"
+ :components ((:file "defs")
+ (:file "new-let")
+ (:file "gmap")))))
More information about the Misc-extensions-cvs
mailing list