X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=clsql-postgresql.asd;h=33f485d4e3de1d85cd8762b2bae1fec8fe8431db;hp=64b67a12d80d07dd5476ad00759cd5c81bc16292;hb=736227185dd5fcda15796ef2a0da1bebb82ee9e5;hpb=d9b90caa2f0450deffff461b70294bc741faae7f diff --git a/clsql-postgresql.asd b/clsql-postgresql.asd index 64b67a1..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.9 2002/09/20 06:37:39 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,13 +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) -(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" @@ -37,7 +37,3 @@ (:file "postgresql-sql" :depends-on ("postgresql-api")) (:file "postgresql-usql" :depends-on ("postgresql-sql"))))) :depends-on (:uffi :clsql-base :clsql-uffi)) - -(defmethod source-file-type ((c cl-source-file) - (s (eql (find-system :clsql-postgresql)))) - "cl")