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.
bantflags/src/bantflags.asd

17 lines
373 B

(asdf:defsystem #:bantflags
:description "the bantflags server component"
:author "Manx (boku@plum.moe)"
:mailto "boku@plum.moe"
:license "AGPLv3+"
:version "0.0.1"
:serial t
:depends-on (:hunchentoot
:str
:cl-dbi
:jonathan)
:Components
((:file "utils")
(:file "db")
(:file "config")
(:file "main")))