ulthar.xyz > Repos

leibowitz

Experimental Common Lisp object storage abstraction for Unix file systems
About Files Commits git clone https://ulthar.xyz/repos/leibowitz/leibowitz.git

leibowitz/web/leibowitz.web.asd

Download raw file: web/leibowitz.web.asd

(asdf:defsystem "leibowitz.web"
  :depends-on (#:leibowitz.core
               #:leibowitz.util
               #:alexandria
               #:hunchentoot
               #:easy-routes
               #:cl-who)
  :serial t
  :components ((:file "package")
               (:file "web")
               (:file "html")
               (:file "routes")))
Generated 2024-06-10 19:24:14 -0700 by RepoRat