From bef3dad92922fbd261267221df349f3d2569b720 Mon Sep 17 00:00:00 2001 From: Thomas Albers Date: Sun, 24 Jul 2022 12:21:29 +0200 Subject: Initial commit --- autotag.asd | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 autotag.asd (limited to 'autotag.asd') 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"))) -- cgit v1.2.3