X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=clsql.asd;h=74dab7be1ad16242e50a9a33c551f9f24b5f12dd;hp=eafc5a8bd292110ac4230d12155dcb6d72d0df8f;hb=94a7bd5cfc5413a85312a6363664ae262241c309;hpb=bce5dbec9fe90407398fc53c1c6af83805f70971 diff --git a/clsql.asd b/clsql.asd index eafc5a8..74dab7b 100644 --- a/clsql.asd +++ b/clsql.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: clsql.asd,v 1.9 2002/09/19 21:27:54 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 ;;;; @@ -19,6 +19,14 @@ (in-package :asdf) (defsystem clsql + :name "cl-sql" + :author "Kevin M. Rosenberg " + :version "0.9.2" + :maintainer "Kevin M. Rosenberg " + :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