cl-telegram-bot/cl-telegram-bot.asd
hiro98 f8cafe1736 add basic polling and logging
Signed-off-by: hiro98 <hiro@protagon.space>
2019-09-17 14:54:49 +02:00

11 lines
438 B
Common Lisp

(asdf:defsystem #:cl-telegram-bot
:description "Telegram Bot API"
:author "Rei <https://github.com/sovietspaceship>"
:license "MIT"
:depends-on (#:cl-json #:alexandria #:closer-mop #:dexador
#:lparallel #:trivial-types #:cl-arrows #:bordeaux-threads #:log4cl)
:serial t
:components ((:file "package")
(:file "API")
(:file "cl-telegram-bot")
(:file "cl-telegram-bot.auto-poll")))