You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lolicore/lolicore.asd

15 lines
353 B

(asdf:defsystem #:lolicore
:description ""
:author "Manx <boku@plum.moe>"
:license "GPLv3"
:version "1.0.0"
:serial t
:depends-on (:qbase64
:dexador
:cl-rng
:jsown)
:Components ((:file "package")
(:file "utils")
(:file "booru")
(:file "lolicore")))