aboutsummaryrefslogtreecommitdiff
path: root/argot.asd
diff options
context:
space:
mode:
authorcolin <colin@cicadas.surf>2023-08-08 07:03:48 -0700
committercolin <colin@cicadas.surf>2023-08-08 07:03:48 -0700
commit2cdb3b48802d904fe5ed85235fcd5bb3d58be15a (patch)
treef572bc736f155430feb136bb9e19044a4cefa7bd /argot.asd
parent0ed3ee0fe326c5259effa1456ac58e0d26e38c4b (diff)
Removed dependency on trivia
Diffstat (limited to 'argot.asd')
-rw-r--r--argot.asd8
1 files changed, 4 insertions, 4 deletions
diff --git a/argot.asd b/argot.asd
index ff57f4d..e3141b8 100644
--- a/argot.asd
+++ b/argot.asd
@@ -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")