Hash :
d99abcd9
Author :
Thomas de Grivel
Date :
2017-06-25T23:55:57
(in-package :common-lisp-user)
(defpackage :thot.system
(:use :common-lisp :asdf))
(in-package :thot.system)
(defsystem "thot"
:depends-on ("babel"
"bordeaux-queue"
"bordeaux-set"
"bordeaux-threads"
"babel-stream"
"cffi-epoll"
"cffi-socket"
"cl-debug"
"cl-stream"
"fd-stream")
:components
((:file "package")
(:file "thot" :depends-on ("package"))
(:file "thot-single" :depends-on ("thot"))
(:file "thot-threaded" :depends-on ("thot-single"))))