mirror of
https://github.com/vale981/cl-telegram-bot
synced 2025-03-05 09:41:39 -05:00
8 lines
260 B
Common Lisp
8 lines
260 B
Common Lisp
(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
|
|
:components ((:file "package")
|
|
(:file "cl-telegram-bot")))
|