1 Star 0 Fork 0

common-lisp / clack

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
clack-handler-toot.asd 356 Bytes
一键复制 编辑 原始数据 按行查看 历史
Eitaro Fukamachi 提交于 2022-08-11 02:37 . Change the license to MIT.
(defsystem "clack-handler-toot"
:version "0.3.0"
:author "Eitaro Fukamachi"
:license "MIT"
:depends-on ("toot"
"flexi-streams"
"bordeaux-threads"
"cl-ppcre"
"split-sequence"
"alexandria")
:components ((:file "src/handler/toot"))
:description "Clack handler for Toot.")
Common Lisp
1
https://gitee.com/common-lisp/clack.git
git@gitee.com:common-lisp/clack.git
common-lisp
clack
clack
master

搜索帮助