X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=clsql-oracle.asd;h=00e09e51ef8a495a1d9ce330b73af9d10731a8b1;hb=736227185dd5fcda15796ef2a0da1bebb82ee9e5;hp=8800008379d6964d1a9bf22dcfa35bb184b33646;hpb=0140f390dc26d640b2289c212da82e5b3f51106f;p=clsql.git diff --git a/clsql-oracle.asd b/clsql-oracle.asd index 8800008..00e09e5 100644 --- a/clsql-oracle.asd +++ b/clsql-oracle.asd @@ -1,17 +1,17 @@ ;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*- ;;;; This is copyrighted software. See interfaces/oracle/* files for terms. ;;;; -;;;; $Id: clsql-oracle.asd,v 1.11 2002/10/14 04:09:02 kevin Exp $ +;;;; $Id: clsql-oracle.asd,v 1.13 2003/05/07 02:45:08 kevin Exp $ -(in-package :asdf) +(defpackage #:clsql-oracle-system (:use #:asdf #:cl)) +(in-package #:clsql-oracle-system) ;;; System definition -#+(or allegro lispworks cmu sbcl openmcl mcl) -(defsystem :clsql-oracle +#+(or allegro lispworks cmu sbcl openmcl mcl scl) +(defsystem clsql-oracle :name "cl-sql-oracle" :author "Kevin M. Rosenberg " - :version "0.9.2" :maintainer "Kevin M. Rosenberg " :licence "Lessor Lisp General Public License" :description "Common Lisp SQL Oracle Driver"