qotdd/qotdd.asd

15 lines
546 B
Plaintext
Raw Normal View History

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-10-30 20:15:15 -05:00
:depends-on ("nih" "usocket")
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)")