(0 . 0)(1 . 10)
111 ;;;; trilemabot.asd
112
113 (asdf:defsystem #:trilemabot
114 :description "trilemabot"
115 :author "Lucian Mogosanu <lucian@mogosanu.ro>"
116 :license "http://trilema.com/2015/a-new-software-licensing-paradigm/"
117 :depends-on (#:cl-irc
118 #:ircbot)
119 :components ((:file "package")
120 (:file "trilemabot")))