mirror of
https://github.com/vale981/cl-telegram-bot
synced 2025-03-04 17:21:41 -05:00
9 lines
317 B
Common Lisp
9 lines
317 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)
|
|
:serial t
|
|
:components ((:file "package")
|
|
(:file "cl-telegram-bot")
|
|
(:file "API")))
|