summaryrefslogtreecommitdiff
path: root/zhsh.asd
diff options
context:
space:
mode:
Diffstat (limited to 'zhsh.asd')
-rw-r--r--zhsh.asd10
1 files changed, 10 insertions, 0 deletions
diff --git a/zhsh.asd b/zhsh.asd
new file mode 100644
index 0000000..02e4fb6
--- /dev/null
+++ b/zhsh.asd
@@ -0,0 +1,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")))