diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-01-15 22:12:54 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-01-15 22:12:54 +0000 |
| commit | 1f737b3345e7fca8ff0cee58fbbc248769618138 (patch) | |
| tree | a44f322e4657e4e199fda6045cc4df30446b11a0 | |
| parent | 80db54bbbd61e3fbcee58071b59d8ab86cf9df55 (diff) | |
| parent | 8b17f52b1ced6e18514b700ca16db05af84d4d40 (diff) | |
| download | packages-1f737b3345e7fca8ff0cee58fbbc248769618138.tar.gz packages-1f737b3345e7fca8ff0cee58fbbc248769618138.zip | |
Merge pull request #643 from PMunch/master
Added zhsh (zhangshasha) package
| -rw-r--r-- | packages.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 67868a3..45caf2c 100644 --- a/packages.json +++ b/packages.json @@ -1017,6 +1017,18 @@ "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", "method": "git", |
