Started on the CL version
This commit is contained in:
parent
17b7c3adb4
commit
0aac3aae10
11 changed files with 1181 additions and 3 deletions
15
rkllm-server.asd
Normal file
15
rkllm-server.asd
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
;; rkllm-server
|
||||
|
||||
(defsystem "rkllm-server"
|
||||
:description "A brief description of my application."
|
||||
:version "1.0"
|
||||
:author "Your Name <your.email@example.com>"
|
||||
:license "MIT License"
|
||||
|
||||
;; Dependencies
|
||||
:depends-on (:cl-autowrap :woo :clack :ningle :metabang-bind)
|
||||
|
||||
;; Components
|
||||
:components ((:file "server")
|
||||
(:module "lib")))
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue