1 Star 0 Fork 0

common-lisp/clack

Create your Gitee Account
Explore and code with more than 14 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
clack-handler-wookie.asd 457 Bytes
Copy Edit Raw Blame History
Eitaro Fukamachi authored 2022-08-11 10:37 +08:00 . Change the license to MIT.
(defsystem "clack-handler-wookie"
:version "0.3.0"
:author "Eitaro Fukamachi"
:license "MIT"
:depends-on ("wookie"
"clack-socket"
"cl-async"
"fast-http"
"quri"
"flexi-streams"
"babel"
"fast-io"
"split-sequence"
"alexandria")
:components ((:file "src/handler/wookie"))
:description "Clack handler for Wookie.")
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Common Lisp
1
https://gitee.com/common-lisp/clack.git
git@gitee.com:common-lisp/clack.git
common-lisp
clack
clack
master

Search