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