;;;; 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")))