aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan Carlos <juancarlospaco@gmail.com>2018-05-06 08:04:48 -0300
committerDominik Picheta <dominikpicheta@googlemail.com>2018-05-06 12:04:48 +0100
commitaa535d441d689bea663514ddf4f190b06e86bbba (patch)
treef5bd8f2ea3de9ea2576741dbe32dc5eeb310ac64
parentab6d4b2fe949a2a6f6758a251538788e8cb42b6a (diff)
downloadpackages-aa535d441d689bea663514ddf4f190b06e86bbba.tar.gz
packages-aa535d441d689bea663514ddf4f190b06e86bbba.zip
Add package crc32 (#724)
* Added package crc32 * Update packages.json
-rw-r--r--packages.json13
1 files changed, 13 insertions, 0 deletions
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"
}
]