diff options
| author | Marc Azar <43026186+MarcAzar@users.noreply.github.com> | 2019-02-27 16:43:34 +0200 |
|---|---|---|
| committer | Miran <narimiran@disroot.org> | 2019-02-27 15:43:34 +0100 |
| commit | ce9b5a7fe2703fe673b135e59378b02cf2a1f4b3 (patch) | |
| tree | a3c6c529dab9e2b0ad14204024d7b3ae07c2cf8b /packages.json | |
| parent | 0350579bdbdde98e34a0173775748f731fef7f3c (diff) | |
| download | packages-ce9b5a7fe2703fe673b135e59378b02cf2a1f4b3.tar.gz packages-ce9b5a7fe2703fe673b135e59378b02cf2a1f4b3.zip | |
Added Cyclic Polynomial Hash package (#1019)
Diffstat (limited to 'packages.json')
| -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", |
