2018-12-02 02:09:38 -06:00
|
|
|
(defsystem "facilservil"
|
2018-12-02 19:27:18 -06:00
|
|
|
:version "0.2"
|
2018-12-02 02:09:38 -06:00
|
|
|
:author "Jaidyn Lev <jadedctrl@teknik.io>"
|
|
|
|
:license "CC0"
|
|
|
|
:depends-on ("usocket" "trivial-utf-8" "alexandria" "nih")
|
|
|
|
:components ((:module "src"
|
|
|
|
:components
|
|
|
|
((:file "package")
|
|
|
|
(:file "meta")
|
|
|
|
(:file "io")
|
|
|
|
(:file "ex")
|
|
|
|
(:file "client")
|
|
|
|
(:file "server"))))
|
|
|
|
|
|
|
|
:description
|
|
|
|
"Simple TCP/telnet server for Lisp.")
|