X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=clsql-base.asd;h=b33abedcf0e3adb84ef9ecc65a886dda02f0c126;hp=c45a806636a77db87437663feee2e3f31df543e7;hb=94a7bd5cfc5413a85312a6363664ae262241c309;hpb=31d1a78ee915ae4db7c042b7e5cb1ab7b5a73448 diff --git a/clsql-base.asd b/clsql-base.asd index c45a806..b33abed 100644 --- a/clsql-base.asd +++ b/clsql-base.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: clsql-base.asd,v 1.10 2002/09/17 17:16:43 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 ;;;; @@ -19,7 +19,16 @@ (in-package :asdf) (defsystem clsql-base - :perform (load-op :after (op clsql-base) + :name "cl-sql-base" + :author "Kevin M. Rosenberg " + :version "0.9.2" + :maintainer "Kevin M. Rosenberg " + :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 @@ -33,6 +42,6 @@ (:file "initialize" :depends-on ("db-interface")))))) (defmethod source-file-type ((c cl-source-file) - (s (eql (find-system 'clsql-base)))) + (s (eql (find-system :clsql-base)))) "cl")