7 lines
227 B
Common Lisp
7 lines
227 B
Common Lisp
(defsystem "haus-tf"
|
|
:version "0.0.1"
|
|
:author "Rawley Fowler"
|
|
:license "MIT"
|
|
:depends-on ("woo" "clack" "lack" "spinneret" "cl-dbi" "ningle")
|
|
:components ((:file "main")))
|