File: sqlite-tests.asd

package info (click to toggle)
cl-sqlite 20130615-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 136 kB
  • sloc: lisp: 779; makefile: 13
file content (7 lines) | stat: -rw-r--r-- 239 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
(defsystem :sqlite-tests
  :name "sqlite-tests"
  :author "Kalyanov Dmitry <Kalyanov.Dmitry@gmail.com>"
  :version "0.1.4"
  :license "Public Domain"
  :components ((:file "sqlite-tests"))
  :depends-on (:fiveam :sqlite :bordeaux-threads))