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


(asdf:defsystem mulkcms
  :author "Matthias Andreas Benkard"
  :description ""
  :license "Affero GPL 3.0"
  :serial t
  :version "0.0.1"
  :depends-on (:cl-who :cl-json :alexandria :postmodern :split-sequence
               :cl-ppcre :cl-fad :cxml :json-template :cxml-stp
               :ironclad :flexi-streams :drakma :puri :simple-date
               :local-time :simple-date/postgres-glue)
  :components ((:file "package")
               (:file "site")
               (:file "mulkcms")
               (:file "lingva")))