qotdd/qotdd.asd
Jaidyn Lev 8cf1683903 Init
2018-09-23 21:58:22 -05:00

17 lines
653 B
Common Lisp
Executable File

(defsystem "qotdd"
:version "0.1"
:author "Jaidyn Ann <jadedctrl@teknik.io>"
:license "AGPLv3"
:depends-on ("cl-strings" "usocket")
:components ((:module "src"
:components
((:file "package")
(:file "misc")
(:file "string")
(:file "stream")
(:file "quote")
(:file "server"))))
:description
"Question of the Day server (RFC 865-compliant)")