r2780: *** empty log message ***
[clsql.git] / clsql.asd
index 162520037dcc8fa2dff25e74a842302304dc96eb..74dab7be1ad16242e50a9a33c551f9f24b5f12dd 100644 (file)
--- a/clsql.asd
+++ b/clsql.asd
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Feb 2002
 ;;;;
-;;;; $Id: clsql.asd,v 1.7 2002/09/17 17:16:43 kevin Exp $
+;;;; $Id: clsql.asd,v 1.10 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
+  :name "cl-sql"
+  :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 Interface Library"
+  :long-description "cl-sql package provides the high-level interface for the CLSQL system."
+  
   :perform (load-op :after (op clsql)
                    (pushnew :clsql cl:*features*))
   :components
@@ -35,5 +43,5 @@
   )
 
 (defmethod source-file-type  ((c cl-source-file)
-                             (s (eql (find-system 'clsql)))) 
+                             (s (eql (find-system :clsql)))) 
    "cl")