dotfiles/sbcl/.quicklisp/dists/quicklisp/software/local-time-20190710-git/cl-postgres+local-time.asd
2020-02-24 20:27:04 -05:00

9 lines
388 B
Common Lisp

(defsystem #:cl-postgres+local-time
:name "cl-postgres+local-time"
:version "1.0.6"
:author "Daniel Lowe <dlowe@dlowe.net>"
:description "Integration between cl-postgres and local-time"
:depends-on (:cl-postgres :local-time)
:components ((:module "src"
:components ((:module "integration"
:components ((:file "cl-postgres")))))))