magrathea/magrathea.asd

8 lines
228 B
Common Lisp

(defsystem magrathea
:version "0.0.1"
:serial t
:license "Unlicense"
:author "contrapunctus <contrapunctus at disroot dot org>"
:depends-on (:mcclim)
:components ((:file "src/file-manager")))