X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=clsql.asd;h=9366281d3c44496f605e4f8d7a68f7c78316f694;hb=d86f73be9a261b9c071ab905aeff5d1ee30a3f31;hp=c28225e22833284cec52833f893c937f6a60b4b2;hpb=19b10fa06be27b615b658c67fccb1b35e1879e9e;p=clsql.git diff --git a/clsql.asd b/clsql.asd index c28225e..9366281 100644 --- a/clsql.asd +++ b/clsql.asd @@ -35,9 +35,10 @@ :licence "Lessor Lisp General Public License" :description "Common Lisp SQL Interface library" :long-description "A Common Lisp interface to SQL RDBMS based on -the Xanalys CommonSQL interface for Lispworks. It depends on the -low-level database interfaces as well as a functional and an object +the Xanalys CommonSQL interface for Lispworks. It provides low-level +database interfaces as well as a functional and an object oriented interface." + :version "5.3.4" :components ((:module sql :components @@ -87,7 +88,8 @@ oriented interface." :pathname "" :components ((:file "generic-postgresql") (:file "generic-odbc") - (:file "sequences")) + (:file "sequences") + (:file "command-object")) :depends-on (functional))))))