cl-telegram-bot/cl-telegram-bot.asd
unwind-protect 29d0c8dc7e first commit
2016-08-14 04:35:03 +02:00

7 lines
247 B
Common Lisp

(asdf:defsystem #:cl-telegram-bot
:description "Telegram Bot API"
:author "Rei <https://github.com/unwind-protect>"
:license "MIT"
:depends-on (#:cl-json #:drakma)
:serial t
:components ((:file "cl-telegram-bot.lisp" "package.lisp")))