mirror of
https://github.com/vale981/cl-telegram-bot
synced 2025-03-04 17:21:41 -05:00
7 lines
247 B
Common Lisp
7 lines
247 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 "cl-telegram-bot.lisp" "package.lisp")))
|