cl-telegram-bot/cl-telegram-bot.asd

9 lines
270 B
Text
Raw Normal View History

2016-08-14 04:35:03 +02:00
(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
2016-08-17 19:55:19 +02:00
:components ((:file "cl-telegram-bot.lisp")
(:file "package.lisp")))