diff options
| -rw-r--r-- | packages.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages.json b/packages.json index b329fea..c83fc39 100644 --- a/packages.json +++ b/packages.json @@ -1,5 +1,20 @@ [ { + "name": "Cyclic-Polynomial-Hash", + "url": "https://github.com/MarcAzar/Cyclic-Polynomial-Hash", + "method": "git", + "tags": [ + "Cyclic", + "Hash", + "BuzHash", + "Rolling", + "n-gram" + ], + "description": "A Nim implementation of a Cyclic Polynomial Hash, aka BuzHash", + "license": "MIT", + "web": "https://github.com/MarcAzar/Cyclic-Polynomial-Hash" + }, + { "name": "BipBuffer", "url": "https://github.com/MarcAzar/BipBuffer", "method": "git", |
