(asdf:defsystem "gitano" :version "0.0.1" :author "Joseph Ferano" :license "MIT" :depends-on ( :hunchentoot :easy-routes :djula :cl-git ) :components ((:module "." ;; a src/ subdirectory :components ( (:file "main") ;; = src/myproject.lisp ))) :description "A minimalist git forge intended for self-hosting")