summaryrefslogtreecommitdiff
path: root/zhsh.asd
blob: 02e4fb676a0de45f26302c2b42aae1b532247a68 (plain)
1
2
3
4
5
6
7
8
9
10
;;;; zhsh.asd

(asdf:defsystem #:zhsh
  :description "The Zhang-Shasha algorithm for calculating tree-edit distance."
  :author "Colin Okay okay@toyful.space"
  :license  "GPLv3"
  :version "0.0.1"
  :serial t
  :components ((:file "package")
               (:file "zhsh")))