From 86b96fa086b9a670286814cf490723efb2d1e623 Mon Sep 17 00:00:00 2001 From: Michael Bradley Date: Thu, 12 May 2022 11:21:13 -0500 Subject: [PATCH] Added leopard (#2234) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index b0ef787..62bc1f5 100644 --- a/packages.json +++ b/packages.json @@ -26193,5 +26193,18 @@ "description": "A fast Hyper Server & Web Framework", "license": "MIT", "web": "https://github.com/supranim/supranim" + }, + { + "name": "leopard", + "url": "https://github.com/status-im/nim-leopard", + "method": "git", + "tags": [ + "data-recovery", + "erasure-coding", + "reed-solomon" + ], + "description": "Nim wrapper for Leopard-RS: a fast library for Reed-Solomon erasure correction coding", + "license": "Apache-2.0", + "web": "https://github.com/status-im/nim-leopard" } ]