(0 . 0)(1 . 13)
64 ;;;; logbot.asd
65
66 (asdf:defsystem #:logbot
67 :description "logbot"
68 :author "Michael Trinque <mike@trinque.org>"
69 :license "http://trilema.com/2015/a-new-software-licensing-paradigm/"
70 :depends-on (#:cl-irc
71 #:cl-postgres
72 #:ircbot
73 #:postmodern)
74 :components ((:file "package")
75 (:file "logbot")))
76