1 Star 0 Fork 0

common-lisp / clack

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

搜索帮助