aboutsummaryrefslogtreecommitdiff
path: root/packages.json
diff options
context:
space:
mode:
authorMarc Azar <43026186+MarcAzar@users.noreply.github.com>2019-02-27 16:43:34 +0200
committerMiran <narimiran@disroot.org>2019-02-27 15:43:34 +0100
commitce9b5a7fe2703fe673b135e59378b02cf2a1f4b3 (patch)
treea3c6c529dab9e2b0ad14204024d7b3ae07c2cf8b /packages.json
parent0350579bdbdde98e34a0173775748f731fef7f3c (diff)
downloadpackages-ce9b5a7fe2703fe673b135e59378b02cf2a1f4b3.tar.gz
packages-ce9b5a7fe2703fe673b135e59378b02cf2a1f4b3.zip
Added Cyclic Polynomial Hash package (#1019)
Diffstat (limited to 'packages.json')
-rw-r--r--packages.json15
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",