cl-telegram-bot/cl-telegram-bot.asd
2019-08-16 17:35:34 +02:00

9 lines
315 B
Common Lisp

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