From 2cdb3b48802d904fe5ed85235fcd5bb3d58be15a Mon Sep 17 00:00:00 2001 From: colin Date: Tue, 8 Aug 2023 07:03:48 -0700 Subject: Removed dependency on trivia --- argot.asd | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'argot.asd') 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 " - :license "Specify license here" + :description "Grammar-driven Macro Definition" + :author "Colin " + :license "GPLv3" :version "0.0.1" :serial t - :depends-on (#:trivia #:alexandria) + :depends-on (#:alexandria) :components ((:file "package") (:file "grammars") (:file "docgen") -- cgit v1.2.3