aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkito13 <akito.kitsune@protonmail.com>2019-08-31 08:28:32 +0200
committerMiran <narimiran@disroot.org>2019-08-31 08:28:32 +0200
commited128e5cbf33e1e11398a31ffdabad60043302ce (patch)
tree661882e73e65e062efe6ca0dca852eb693ad3db7
parent7c1aa188d3c83a9d4ab9735282dd701ffb26e420 (diff)
downloadpackages-ed128e5cbf33e1e11398a31ffdabad60043302ce.tar.gz
packages-ed128e5cbf33e1e11398a31ffdabad60043302ce.zip
Adding fletcher package (#1157)
Provides the Fletcher checksum algorithm as a Nim module.
-rw-r--r--packages.json17
1 files changed, 17 insertions, 0 deletions
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"
}
]