aboutsummaryrefslogtreecommitdiff
path: root/autotag.asd
diff options
context:
space:
mode:
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")))