summaryrefslogtreecommitdiff
path: root/mulkcms.asd
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2011-03-01 23:16:41 +0100
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2011-03-01 23:16:41 +0100
commit91c995bb04f74cd671c2b7e61e782ab89d91e0f2 (patch)
treef98c77e1c8687443456d00d6bd15192547728141 /mulkcms.asd
parent50ce4a048deafd7871be05f5d6a772a21a187306 (diff)
Add initial skeleton files.
Diffstat (limited to 'mulkcms.asd')
-rw-r--r--mulkcms.asd19
1 files changed, 19 insertions, 0 deletions
diff --git a/mulkcms.asd b/mulkcms.asd
new file mode 100644
index 0000000..22248a5
--- /dev/null
+++ b/mulkcms.asd
@@ -0,0 +1,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)
+ :components ((:file "site")
+ (:file "package")
+ (:file "mulkcms")))
+
+
+(defsystem mulkcms-hunchentoot
+ :serial t
+ :version "0.0.1"
+ :depends-on (:mulkcms :hunchentoot)
+ :components ((:file "mulkcms-hunchentoot")))