magrathea/magrathea.asd

8 lines
228 B
Plaintext
Raw Permalink Normal View History

2021-04-17 13:59:57 +00:00
(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")))