-
+ 19179FC46C4A82B0F658B76C7632CB46253F158A8487D4CD2D2172C754349E93C89367F2BB8BC6490A56CF5A92D876031267C11D910925267EC495118DAAF4F9
trilemabot/trilemabot.asd
(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")))