diff options
| -rw-r--r-- | packages.json | 28 |
1 files changed, 27 insertions, 1 deletions
diff --git a/packages.json b/packages.json index bef1c86..13c238f 100644 --- a/packages.json +++ b/packages.json @@ -5974,13 +5974,39 @@ "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", "method": "git", "tags": [ "library", "ethereum", - "rlp" + "rlp", + "serialization" ], "description": "RLP serialization library for Nim", "license": "Apache License 2.0", |
