Add package tlv (#2340)

* Add package tlv

* Update url for tlv package
This commit is contained in:
andrei 2022-08-31 17:12:29 +03:00 committed by GitHub
parent 4264ebc881
commit d89174e862
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
]