2018-12-02 02:09:38 -06:00
|
|
|
(defsystem "facilservil"
|
2019-11-11 00:47:56 -06:00
|
|
|
:version "1.0"
|
2018-12-02 02:09:38 -06:00
|
|
|
:author "Jaidyn Lev <jadedctrl@teknik.io>"
|
2019-11-11 00:47:56 -06:00
|
|
|
:depends-on ("usocket" "flexi-streams" "bordeaux-threads")
|
|
|
|
:components ((:file "facilservil"))
|
2018-12-02 02:09:38 -06:00
|
|
|
:description
|
|
|
|
"Simple TCP/telnet server for Lisp.")
|