X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=clsql-base.asd;fp=clsql-base.asd;h=534f2a559bdaa4d52f8fa7e8329a00939c3bcdfe;hp=72e02b8409936b7289eed3d0e1b0f9d11e12dcdf;hb=736227185dd5fcda15796ef2a0da1bebb82ee9e5;hpb=73d3c42de4eb898508f635362896ddcbc1d5ce7a diff --git a/clsql-base.asd b/clsql-base.asd index 72e02b8..534f2a5 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.18 2002/11/08 16:51:50 kevin Exp $ +;;;; $Id: clsql-base.asd,v 1.19 2003/05/07 02:45:08 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -16,20 +16,18 @@ ;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL. ;;;; ************************************************************************* -(in-package :asdf) +(defpackage #:clsql-base-system (:use #:asdf #:cl)) +(in-package #:clsql-base-system) #+(or allegro lispworks cmu sbcl openmcl mcl scl) -(defsystem :clsql-base +(defsystem clsql-base :name "cl-sql-base" - :author "Kevin M. Rosenberg " - :version "0.9.2" + :author "Kevin Rosenberg " :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 :components