diff options
author | Thomas Albers <thomas@thomaslabs.org> | 2022-07-24 12:21:29 +0200 |
---|---|---|
committer | Thomas Albers <thomas@thomaslabs.org> | 2022-07-24 12:21:29 +0200 |
commit | bef3dad92922fbd261267221df349f3d2569b720 (patch) | |
tree | ac16bd3629a39a55eeb300b0f2991a240b093aca /autotag.asd |
Diffstat (limited to 'autotag.asd')
-rw-r--r-- | autotag.asd | 19 |
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"))) |