use md5sum-string instead of md5sum-sequence to adjust to upstream changes
[clsql.git] / clsql.asd
index c28225e22833284cec52833f893c937f6a60b4b2..d469b95de3baa112122893ddc28e82080d75e93c 100644 (file)
--- a/clsql.asd
+++ b/clsql.asd
     :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 "6.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))))))