summaryrefslogtreecommitdiff
path: root/flexo.asd
blob: b09bb52f2bbf571c48f401b878ef235593896cea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
;;;; flexo.asd

(asdf:defsystem #:flexo
  :description "An interactive approach to static site generation."
  :author "Colin Okay <okay@toyful.space>"
  :license  "GPLv3"
  :version "0.0.1"
  :serial t
  :depends-on (#:spinneret
               #:parenscript
               #:lass
               #:alexandria
               #:uiop
               #:hunchentoot
               #:cl-ppcre)
  :components ((:file "package")
               (:file "flexo")))