r2780: *** empty log message ***
[clsql.git] / clsql-base.asd
index 48c68a23b9259c8c3e170ff27a89609be6d1bb13..b33abedcf0e3adb84ef9ecc65a886dda02f0c126 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Feb 2002
 ;;;;
-;;;; $Id: clsql-base.asd,v 1.11 2002/09/18 07:50:01 kevin Exp $
+;;;; $Id: clsql-base.asd,v 1.12 2002/09/20 01:40:54 kevin Exp $
 ;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
 (in-package :asdf)
 
 (defsystem clsql-base
-    :perform (load-op :after (op clsql-base)
+  :name "cl-sql-base"
+  :author "Kevin M. Rosenberg <kmr@debian.org>"
+  :version "0.9.2"
+  :maintainer "Kevin M. Rosenberg <kmr@debian.org>"
+  :licence "Lessor Lisp General Public License"
+  :description "Common Lisp SQL Base Package"
+  :long-description "cl-sql-base package provides the low-level interface for the database drivers."
+
+
+  :perform (load-op :after (op clsql-base)
                      (pushnew :clsql-base cl:*features*))
     :components
     ((:module :base