Add Status's serialization libraries
This commit is contained in:
parent
99a682543e
commit
6142b058b9
1 changed files with 27 additions and 1 deletions
|
|
@ -5973,6 +5973,31 @@
|
|||
"license": "Apache License 2.0",
|
||||
"web": "https://github.com/status-im/nim-asyncdispatch2"
|
||||
},
|
||||
{
|
||||
"name": "serialization",
|
||||
"url": "https://github.com/status-im/nim-serialization",
|
||||
"method": "git",
|
||||
"tags": [
|
||||
"library",
|
||||
"serialization"
|
||||
],
|
||||
"description": "A modern and extensible serialization framework for Nim",
|
||||
"license": "Apache License 2.0",
|
||||
"web": "https://github.com/status-im/nim-serialization"
|
||||
},
|
||||
{
|
||||
"name": "json_serialization",
|
||||
"url": "https://github.com/status-im/nim-json-serialization",
|
||||
"method": "git",
|
||||
"tags": [
|
||||
"library",
|
||||
"json",
|
||||
"serialization"
|
||||
],
|
||||
"description": "Flexible JSON serialization not relying on run-time type information",
|
||||
"license": "Apache License 2.0",
|
||||
"web": "https://github.com/status-im/nim-json-serialization"
|
||||
},
|
||||
{
|
||||
"name": "rlp",
|
||||
"url": "https://github.com/status-im/nim-rlp",
|
||||
|
|
@ -5980,7 +6005,8 @@
|
|||
"tags": [
|
||||
"library",
|
||||
"ethereum",
|
||||
"rlp"
|
||||
"rlp",
|
||||
"serialization"
|
||||
],
|
||||
"description": "RLP serialization library for Nim",
|
||||
"license": "Apache License 2.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue