Setup lisp env
This commit is contained in:
parent
0ccb051d75
commit
4bf1179bdc
5 changed files with 29 additions and 0 deletions
10
ningle-fbr.asd
Normal file
10
ningle-fbr.asd
Normal file
|
@ -0,0 +1,10 @@
|
|||
(defsystem "ningle-fbr"
|
||||
:version "0.1.0"
|
||||
:description "Plugin for ningle to enable file-based routing"
|
||||
:long-description #.(uiop:read-file-string
|
||||
(uiop:subpathname *load-pathname* "README.md"))
|
||||
:author "skyizwhite <paku@skyizwhite.dev>"
|
||||
:license "MIT"
|
||||
:class :package-inferred-system
|
||||
:pathname "src"
|
||||
:depends-on ("ningle-fbr/main"))
|
Loading…
Add table
Add a link
Reference in a new issue