aboutsummaryrefslogtreecommitdiff
path: root/autotag.asd
diff options
context:
space:
mode:
authorThomas Albers <thomas@thomaslabs.org>2022-07-24 12:21:29 +0200
committerThomas Albers <thomas@thomaslabs.org>2022-07-24 12:21:29 +0200
commitbef3dad92922fbd261267221df349f3d2569b720 (patch)
treeac16bd3629a39a55eeb300b0f2991a240b093aca /autotag.asd
Initial commitHEADmaster
Diffstat (limited to 'autotag.asd')
-rw-r--r--autotag.asd19
1 files changed, 19 insertions, 0 deletions
diff --git a/autotag.asd b/autotag.asd
new file mode 100644
index 0000000..9dd4367
--- /dev/null
+++ b/autotag.asd
@@ -0,0 +1,19 @@
+(asdf:defsystem "autotag"
+ :description ""
+ :author ""
+ :license ""
+ :version "0.0.1"
+ :serial t
+ :depends-on (:plump
+ :babel
+ :drakma
+ :trivial-shell
+ :split-sequence
+ :alexandria
+ :just-getopt-parser
+ :osicat
+ :str
+ :cl-interpol)
+ :components ((:file "package")
+ (:file "db")
+ (:file "autotag")))