diff options
| author | Juan Carlos <juancarlospaco@gmail.com> | 2018-05-06 08:04:48 -0300 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-05-06 12:04:48 +0100 |
| commit | aa535d441d689bea663514ddf4f190b06e86bbba (patch) | |
| tree | f5bd8f2ea3de9ea2576741dbe32dc5eeb310ac64 | |
| parent | ab6d4b2fe949a2a6f6758a251538788e8cb42b6a (diff) | |
| download | packages-aa535d441d689bea663514ddf4f190b06e86bbba.tar.gz packages-aa535d441d689bea663514ddf4f190b06e86bbba.zip | |
Add package crc32 (#724)
* Added package crc32
* Update packages.json
| -rw-r--r-- | packages.json | 13 |
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" } ] |
