diff options
author | colin <colin@cicadas.surf> | 2023-07-18 18:04:41 -0700 |
---|---|---|
committer | colin <colin@cicadas.surf> | 2023-07-18 18:04:41 -0700 |
commit | a2f6e93519695cc145539049af60d3e41ec52fad (patch) | |
tree | 9a8b2686b5e713faa10ab6f0fd4d34a82a98484f /argot.asd |
Initial commit
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"))) |