From 84aa8b5a3c9aabf50bb1a39a632f113e794cf139 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Thu, 28 Jun 2007 15:13:37 +0200 Subject: A nicer way of writing LAMBDA forms. darcs-hash:783a4d0b55541e4e1e122a81f92407280a0420b0 --- mulkutils.asd | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 mulkutils.asd (limited to 'mulkutils.asd') 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 " + :licence "GNU General Public License, version 2 or higher" + :depends-on () + :components ((:file "lambda")) + :serial t) -- cgit v1.2.3