summaryrefslogtreecommitdiff
path: root/mulkutils.asd
blob: 84a767f669dce5a6fa951a03c2769e43943657ee (plain)
1
2
3
4
5
6
7
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)