cl-telegram-bot/cl-telegram-bot.asd
2019-08-20 23:57:44 +02:00

9 lines
357 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)
:serial t
:components ((:file "package")
(:file "API")
(:file "cl-telegram-bot")))