From 2b7147876ef92642003bc951bda7759adf26e132 Mon Sep 17 00:00:00 2001 From: Jack Tang <1190545+jackhftang@users.noreply.github.com> Date: Thu, 19 Nov 2020 19:35:31 +0800 Subject: [PATCH] added wyhash (#1715) --- packages.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/packages.json b/packages.json index 94bf81b..3d840d9 100644 --- a/packages.json +++ b/packages.json @@ -20432,5 +20432,15 @@ "description": "Nim package to manipulate buffer as either seq[byte] or string", "license": "MIT", "web": "https://clonkk.github.io/bytesequtils/" + }, + { + "name": "wyhash", + "url": "https://github.com/jackhftang/wyhash.nim", + "method": "git", + "tags": [ + "hash" + ], + "description": "Nim wrapper for wyhash", + "license": "MIT" } ]