X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=clsql-oracle.asd;h=00e09e51ef8a495a1d9ce330b73af9d10731a8b1;hb=f834d7038bfd1c34df52bd93aba061f2e83da65d;hp=d7834573d0bacffd2a74266d34697201377bd18b;hpb=33dcd7b49025344bd4c9827d1cd2b6e6857a0c03;p=clsql.git diff --git a/clsql-oracle.asd b/clsql-oracle.asd index d783457..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.12 2002/10/16 11:51:04 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 scl) -(defsystem :clsql-oracle +(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"