summaryrefslogtreecommitdiff
path: root/mulkcms-hunchentoot.asd
blob: f8dfeda3e38ebb7bd7a54963e4f17713cc270de9 (plain)
1
2
3
4
5
6
(asdf:defsystem mulkcms-hunchentoot
  :serial t
  :version "0.0.1"
  :depends-on (:mulkcms :hunchentoot)
  :components ((:file "package-hunchentoot")
               (:file "mulkcms-hunchentoot")))