Bug fixed where coordinates without digits after the dot weren't understood by Postgr...
[phoros.git] / phoros.asd
blobef2c84174c028ee5a006eb95cf168561addc7f8c
1 (defsystem :phoros
2   :description "PHOROS (Photogrammetric Road Survey)"
3   :author "Bert Burgemeister"
4   :maintainer "Bert Burgemeister"
5   :long-description "TODO: write blurb"
6   :version "0.0"
7   :licence "GPL"
8   :serial t
9   :components ((:file "package")
10                (:file "log")
11                (:file "phoros")
12                (:file "pictures-file")
13                (:file "db-tables")
14                (:file "stuff-db")
15                (:file "cli"))
16   :depends-on (:photogrammetrie
17                :hunchentoot
18                :cl-who
19                :parenscript
20                :cl-json
21                :postmodern
22                :zpng
23                :drakma
24                :trivial-shell
25                :command-line-arguments
26                :cl-utilities
27                :cl-log))