From a2f6e93519695cc145539049af60d3e41ec52fad Mon Sep 17 00:00:00 2001 From: colin Date: Tue, 18 Jul 2023 18:04:41 -0700 Subject: Initial commit --- argot.asd | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 argot.asd (limited to 'argot.asd') diff --git a/argot.asd b/argot.asd new file mode 100644 index 0000000..1658d65 --- /dev/null +++ b/argot.asd @@ -0,0 +1,11 @@ +;;;; argot.asd + +(asdf:defsystem #:argot + :description "Describe argot here" + :author "Your Name " + :license "Specify license here" + :version "0.0.1" + :serial t + :depends-on (#:trivia #:alexandria) + :components ((:file "package") + (:file "argot"))) -- cgit v1.2.3