2018-09-23 21:58:22 -05:00
|
|
|
(defsystem "qotdd"
|
2018-10-30 20:15:15 -05:00
|
|
|
:version "0.2"
|
2018-09-23 21:58:22 -05:00
|
|
|
:author "Jaidyn Ann <jadedctrl@teknik.io>"
|
|
|
|
:license "AGPLv3"
|
2018-12-02 01:32:14 -06:00
|
|
|
:depends-on ("nih" "facilservil")
|
2018-09-23 21:58:22 -05:00
|
|
|
:components ((:module "src"
|
|
|
|
:components
|
|
|
|
((:file "package")
|
|
|
|
(:file "stream")
|
|
|
|
(:file "quote")
|
|
|
|
(:file "server"))))
|
|
|
|
|
|
|
|
:description
|
|
|
|
"Question of the Day server (RFC 865-compliant)")
|