From b8c5760bfa267d58ffb6196dfb181cd54279d499 Mon Sep 17 00:00:00 2001 From: Luc Secouard Date: Mon, 21 Aug 2023 10:33:31 +0200 Subject: [PATCH] Update packages.json (#2688) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index a99c9fd..8addcb8 100644 --- a/packages.json +++ b/packages.json @@ -31235,5 +31235,17 @@ "license": "GPL-3.0-only", "web": "https://github.com/nirokay/websitegenerator", "doc": "https://nirokay.github.io/nim-docs/websitegenerator/websitegenerator.html" + }, + { + "name": "reed_solomon", + "url": "https://github.com/lscrd/Reed-Solomon", + "method": "git", + "tags": [ + "library", + "Reed-Solomon" + ], + "description": "Library to encode and decode data using Reed-Solomon correction codes.", + "license": "MIT", + "web": "https://github.com/lscrd/Reed-Solomon" } ]