From 253f936869e7a0493a2b6093311bfd5332ee6840 Mon Sep 17 00:00:00 2001 From: Jordan Hrycaj Date: Mon, 18 Jan 2021 20:08:46 +0000 Subject: [PATCH] Added package jhash (#1785) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 7aba3f9..5242ae4 100644 --- a/packages.json +++ b/packages.json @@ -1,4 +1,16 @@ [ + { + "name": "jhash", + "url": "https://github.com/mjfh/nim-jhash.git", + "method": "git", + "tags": [ + "hash", + "id" + ], + "description": "Jenkins Hasher producing 32 bit digests", + "license": "UNLICENSE", + "web": "https://mjfh.github.io/nim-jhash/" + }, { "name": "tmplpro", "url": "https://github.com/mjfh/nim-tmplpro.git",