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.
hunchenhelpers/hunchenhelpers.asd

11 lines
300 B

(asdf:defsystem #:hunchenhelpers
:description "A helper library for hunchentoot"
:author "Manx <boku@plum.moe>"
:license "GPLv3"
:version "1.2.0"
:serial t
:depends-on (:hunchentoot)
:Components ((:file "package")
(:file "content-types")
(:file "main")))