| |   |
| 17 | 17 | :author "Andy Chambers" |
| 18 | 18 | :licence "LLGPL" |
| 19 | 19 | :description "A Common Lisp web framework." |
| 20 | | :depends-on (:hunchentoot :cl-who :cells :utils-kt :s-xml) |
| 20 | :depends-on (:hunchentoot :cl-who :cells :utils-kt) |
| 21 | 21 | :components ((:file "package") |
| 22 | 22 | (:file "macros" :depends-on ("package")) |
| 23 | 23 | (:file "html" :depends-on ("macros")) |
| toggle raw diff |
--- a/hunchncells.asd
+++ b/hunchncells.asd
@@ -17,7 +17,7 @@
:author "Andy Chambers"
:licence "LLGPL"
:description "A Common Lisp web framework."
- :depends-on (:hunchentoot :cl-who :cells :utils-kt :s-xml)
+ :depends-on (:hunchentoot :cl-who :cells :utils-kt)
:components ((:file "package")
(:file "macros" :depends-on ("package"))
(:file "html" :depends-on ("macros")) |