diff options
Diffstat (limited to 'argot.asd')
-rw-r--r-- | argot.asd | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,12 +1,12 @@ ;;;; argot.asd (asdf:defsystem #:argot - :description "Describe argot here" - :author "Your Name <your.name@example.com>" - :license "Specify license here" + :description "Grammar-driven Macro Definition" + :author "Colin <colin@cicadas.surf>" + :license "GPLv3" :version "0.0.1" :serial t - :depends-on (#:trivia #:alexandria) + :depends-on (#:alexandria) :components ((:file "package") (:file "grammars") (:file "docgen") |