mirror-img/mirror-img.asd

7 lines
189 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 (lquery dexador split-sequence)
:components ((:file "mirror-img")))