aboutsummaryrefslogtreecommitdiff
path: root/autotag.asd
blob: 9dd4367cfef528fcbc1eaea88a5a1cdce96e4e33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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")))