Support returning multiple values from with-transaction body.
[cl-sqlite.git] / sqlite.asd
blobe1aedb4ddd956c94ff81af519ca273d80493bc32
1 (defsystem :sqlite
2   :name "sqlite"
3   :author "Kalyanov Dmitry <Kalyanov.Dmitry@gmail.com>"
4   :version "0.1.6"
5   :license "Public Domain"
6   :components ((:file "sqlite-ffi")
7                (:file "cache")
8                (:file "sqlite" :depends-on ("sqlite-ffi" "cache")))
9   :depends-on (:iterate :cffi))