Files
web-apps-in-lisp/web-apps.asd
T
2026-08-05 01:08:49 +03:00

10 lines
265 B
Common Lisp

;;;; Look into https://web-apps-in-lisp.github.io/ by vindarel
(defsystem "web-apps"
:license "WTFPL"
:depends-on ("hunchentoot" "easy-routes" "djula")
:components
((:module "src"
:components ((:file "package")
(:file "web-app")))))