X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=clsql-oracle.asd;h=e8b9f98ee9875d9633cb265ef0aaeab5ccd742b5;hb=1292822d0591897376e572152d3cbd6de9bee827;hp=8cace754e6f45e579d260e2f5b0fe314fcdb3156;hpb=2434b58ef00a7f6c5915c86b25a891c4adda79e4;p=clsql.git diff --git a/clsql-oracle.asd b/clsql-oracle.asd index 8cace75..e8b9f98 100644 --- a/clsql-oracle.asd +++ b/clsql-oracle.asd @@ -1,14 +1,23 @@ ;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*- ;;;; This is copyrighted software. See interfaces/oracle/* files for terms. ;;;; -;;;; $Id: clsql-oracle.asd,v 1.7 2002/09/18 07:50:01 kevin Exp $ +;;;; $Id: clsql-oracle.asd,v 1.9 2002/09/25 12:44:59 kevin Exp $ (in-package :asdf) ;;; System definition +#+(or allegro lispworks cmu openmcl mcl) (defsystem :clsql-oracle - :components + :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" + :long-description "cl-sql-oracle package provides a database driver to the Oracle database system." + + :components ((:module :db-oracle :components ((:file "oracle-package") @@ -20,6 +29,7 @@ (:file "oracle-objects" :depends-on ("oracle-sql"))))) :depends-on (:clsql-base)) +#+(or allegro lispworks cmu openmcl mcl) (defmethod source-file-type ((c cl-source-file) (s (eql (find-system :clsql-oracle)))) "cl")