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

10 lines
263 B

(asdf:defsystem #:hunchenhelpers
:description "A helper library for hunchentoot"
:author "Manx (boku@plum.moe)"
:license "X11/MIT"
:version "1.0.0"
:serial t
:depends-on (:hunchentoot)
:Components ((:file "package")
(:file "main")))