From d89174e862842a003d07435ab2a6ce8b85497e80 Mon Sep 17 00:00:00 2001 From: andrei <35298550+d4rckh@users.noreply.github.com> Date: Wed, 31 Aug 2022 17:12:29 +0300 Subject: [PATCH] Add package tlv (#2340) * Add package tlv * Update url for tlv package --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 559f4a9..235e9ce 100644 --- a/packages.json +++ b/packages.json @@ -27324,5 +27324,19 @@ "description": "Set that can safely add and remove elements while iterating.", "license": "GPL-2.0-only", "web": "https://github.com/avahe-kellenberger/safeset" + }, + { + "name": "tlv", + "url": "https://github.com/d4rckh/nim-tlv", + "method": "git", + "tags": [ + "tlv", + "serialization", + "database", + "data" + ], + "description": "Simplified TLV parsing for nim.", + "license": "MIT", + "web": "https://github.com/d4rckh/nim-tlv" } ]