From ed128e5cbf33e1e11398a31ffdabad60043302ce Mon Sep 17 00:00:00 2001 From: Akito13 Date: Sat, 31 Aug 2019 08:28:32 +0200 Subject: [PATCH] Adding fletcher package (#1157) Provides the Fletcher checksum algorithm as a Nim module. --- packages.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/packages.json b/packages.json index 25b9e75..4607ecc 100644 --- a/packages.json +++ b/packages.json @@ -14167,5 +14167,22 @@ "description": "Robert Penner Easing Functions for Nim", "license": "MIT", "web": "https://github.com/juancarlospaco/nim-easings" + }, + { + "name": "fletcher", + "url": "https://github.com/Akito13/nim-fletcher", + "method": "git", + "tags": [ + "algorithm", + "checksum", + "hash", + "adler", + "crc", + "crc32", + "embedded" + ], + "description": "Implementation of the Fletcher checksum algorithm.", + "license": "GPLv3+", + "web": "https://github.com/Akito13/nim-fletcher" } ]