From aa535d441d689bea663514ddf4f190b06e86bbba Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Sun, 6 May 2018 08:04:48 -0300 Subject: [PATCH] Add package crc32 (#724) * Added package crc32 * Update packages.json --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 19b38bd..4628144 100644 --- a/packages.json +++ b/packages.json @@ -9148,5 +9148,18 @@ "description": "Convert bytes to kilobytes, megabytes, gigabytes, etc.", "license": "LGPLv3", "web": "https://github.com/juancarlospaco/nim-bytes2human" + }, + { + "name": "crc32", + "url": "https://github.com/juancarlospaco/nim-crc32", + "method": "git", + "tags": [ + "crc32", + "checksum", + "minimalism" + ], + "description": "CRC32, 2 proc, copied from RosettaCode.", + "license": "MIT", + "web": "https://github.com/juancarlospaco/nim-crc32" } ]