From 8b17f52b1ced6e18514b700ca16db05af84d4d40 Mon Sep 17 00:00:00 2001 From: Peter Munch-Ellingsen Date: Mon, 15 Jan 2018 23:02:49 +0100 Subject: [PATCH] Added zhsh(zhangshasha) package --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 67868a3..45caf2c 100644 --- a/packages.json +++ b/packages.json @@ -1016,6 +1016,18 @@ "license": "MIT", "web": "https://github.com/PMunch/libkeepass" }, + { + "name": "zhsh", + "url": "https://github.com/PMunch/zhangshasha", + "method": "git", + "tags": [ + "algorithm", + "edit-distance" + ], + "description": "This module is a port of the Java implementation of the Zhang-Shasha algorithm for tree edit distance", + "license": "MIT", + "web": "https://github.com/PMunch/zhangshasha" + }, { "name": "sdl2_nim", "url": "https://github.com/Vladar4/sdl2_nim",