summaryrefslogtreecommitdiff
path: root/mulkutils.asd
blob: 1f80267db9ecbfe8e1a261d14b606c0fcecaf04d (plain)
1
2
3
4
5
6
7
8
(defsystem "mulkutils"
  :description "Random utilities by Matthias Benkard."
  :version "0.2.0"
  :author "Matthias Benkard <matthias@benkard.de>"
  :licence "GNU General Public License, version 2 or higher"
  :depends-on (:arnesi)
  :components ((:file "lambda"))
  :serial t)