summaryrefslogtreecommitdiff
path: root/mulkcms.asd
blob: dceede49ca7e85a53686fb5d8995e44edebb7a8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
;;;; -*- mode: lisp; coding: utf-8 -*-
;;; Copyright 2011, Matthias Andreas Benkard.


(defsystem mulkcms
  :serial t
  :version "0.0.1"
  :depends-on (:cl-who :cl-json :alexandria :postmodern :split-sequence
               :cl-ppcre :cl-fad :cxml)
  :components ((:file "site")
               (:file "package")
               (:file "mulkcms")))


(defsystem mulkcms-hunchentoot
  :serial t
  :version "0.0.1"
  :depends-on (:mulkcms :hunchentoot)
  :components ((:file "mulkcms-hunchentoot")))