X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=clsql-postgresql.asd;h=33f485d4e3de1d85cd8762b2bae1fec8fe8431db;hb=90355937fde78da7c09ac2775280592a1c6deaac;hp=b17607b8dcb433b28af4a71ef19534641fc4bf36;hpb=0140f390dc26d640b2289c212da82e5b3f51106f;p=clsql.git diff --git a/clsql-postgresql.asd b/clsql-postgresql.asd index b17607b..33f485d 100644 --- a/clsql-postgresql.asd +++ b/clsql-postgresql.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2002 ;;;; -;;;; $Id: clsql-postgresql.asd,v 1.12 2002/10/14 04:09:02 kevin Exp $ +;;;; $Id: clsql-postgresql.asd,v 1.14 2003/05/07 02:45:08 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -16,14 +16,13 @@ ;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL. ;;;; ************************************************************************* -(declaim (optimize (debug 3) (speed 3) (safety 1) (compilation-speed 0))) -(in-package :asdf) +(defpackage #:clsql-postgresql-system (:use #:asdf #:cl)) +(in-package #:clsql-postgresql-system) -#+(or allegro lispworks cmu sbcl openmcl mcl) -(defsystem :clsql-postgresql +#+(or allegro lispworks cmu sbcl openmcl mcl scl) +(defsystem clsql-postgresql :name "cl-sql-postgresql" :author "Kevin M. Rosenberg " - :version "0.9.2" :maintainer "Kevin M. Rosenberg " :licence "Lessor Lisp General Public License" :description "Common Lisp PostgreSQL API Driver"