(defsystem "webstats" :version "0.1.0" :author "Oscar" :license "AGPL-3" :depends-on ("hunchentoot" "cl-json" "spinneret" "cl-yesql" "cl-yesql/sqlite" "parenscript") :components ((:file "server") (:static-file "queries.sql") (:static-file "stats.paren")) :description "" :build-operation "program-op" ;; leave as is :build-pathname "webstats.bin" :entry-point "webstats::main")