diff options
Diffstat (limited to 'argot.asd')
-rw-r--r-- | argot.asd | 11 |
1 files changed, 11 insertions, 0 deletions
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 <your.name@example.com>" + :license "Specify license here" + :version "0.0.1" + :serial t + :depends-on (#:trivia #:alexandria) + :components ((:file "package") + (:file "argot"))) |