5 lines
169 B
Common Lisp
5 lines
169 B
Common Lisp
(asdf:defsystem "insta2toot"
|
|
:version "0.1"
|
|
:depends-on ("uiop" "local-time" "bordeaux-threads" "tooter" "cl-ppcre" "cl-json")
|
|
:components ((:file "insta2toot")))
|