summaryrefslogtreecommitdiff
path: root/mulkutils.asd
diff options
context:
space:
mode:
Diffstat (limited to 'mulkutils.asd')
-rw-r--r--mulkutils.asd8
1 files changed, 8 insertions, 0 deletions
diff --git a/mulkutils.asd b/mulkutils.asd
new file mode 100644
index 0000000..84a767f
--- /dev/null
+++ b/mulkutils.asd
@@ -0,0 +1,8 @@
+(defsystem "mulkutils"
+ :description "Random utilities by Matthias Benkard."
+ :version "0.0.1"
+ :author "Matthias Benkard <matthias@benkard.de>"
+ :licence "GNU General Public License, version 2 or higher"
+ :depends-on ()
+ :components ((:file "lambda"))
+ :serial t)