aboutsummaryrefslogtreecommitdiff
(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")))