summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--logikorr.asd9
1 files changed, 9 insertions, 0 deletions
diff --git a/logikorr.asd b/logikorr.asd
new file mode 100644
index 0000000..e7913be
--- /dev/null
+++ b/logikorr.asd
@@ -0,0 +1,9 @@
+(defsystem logikorr
+ :name "logikorr"
+ :version "0.0.1"
+ :maintainer ""
+ :author "Matthias Benkard <code@matthias.benkard.de>"
+ :licence ""
+ :description "Ein einfaches Bewertungsaufnahmesystem"
+ :depends-on (:parenscript :alexandria :yaclml :hunchentoot :json :split-sequence :xml-emitter)
+ :components ((:file "logikorr")))