mirror-img/mirror-img.asd

7 lines
196 B
Plaintext
Raw Normal View History

2024-05-24 20:58:37 -05:00
(defsystem "mirror-img"
:version "0.1"
:license "GPLv3"
:author "Jaidyn Ann <jadedctrl@posteo.at>"
:depends-on (:dexador :lquery :split-sequence)
:components ((:file "src/mirror-img")))