aboutsummaryrefslogtreecommitdiff
path: root/argot.asd
diff options
context:
space:
mode:
authorcolin <colin@cicadas.surf>2023-07-18 18:04:41 -0700
committercolin <colin@cicadas.surf>2023-07-18 18:04:41 -0700
commita2f6e93519695cc145539049af60d3e41ec52fad (patch)
tree9a8b2686b5e713faa10ab6f0fd4d34a82a98484f /argot.asd
Initial commit
Diffstat (limited to 'argot.asd')
-rw-r--r--argot.asd11
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")))