Setup lisp env

This commit is contained in:
Akira Tempaku 2024-02-13 16:32:48 +09:00
parent 0ccb051d75
commit 4bf1179bdc
5 changed files with 29 additions and 0 deletions

10
ningle-fbr.asd Normal file
View 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"))