Add package crc32 (#724)

* Added package crc32

* Update packages.json
This commit is contained in:
Juan Carlos 2018-05-06 08:04:48 -03:00 committed by Dominik Picheta
parent ab6d4b2fe9
commit aa535d441d

View File

@ -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"
}
]