diff options
author | colin <colin@cicadas.surf> | 2023-08-08 07:03:48 -0700 |
---|---|---|
committer | colin <colin@cicadas.surf> | 2023-08-08 07:03:48 -0700 |
commit | 2cdb3b48802d904fe5ed85235fcd5bb3d58be15a (patch) | |
tree | f572bc736f155430feb136bb9e19044a4cefa7bd /argot.asd | |
parent | 0ed3ee0fe326c5259effa1456ac58e0d26e38c4b (diff) |
Removed dependency on trivia
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") |