cl-telegram-bot/cl-telegram-bot.asd
2016-08-17 19:44:58 +02:00

7 lines
254 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")(:file "package.lisp")))