From c584efd78bc5dfc9f133392cce7aea285710f43e Mon Sep 17 00:00:00 2001 From: andri lim Date: Mon, 17 Aug 2020 14:40:55 +0700 Subject: [PATCH] Add toml-serialization and protobuf-serialization (#1597) --- packages.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/packages.json b/packages.json index d5ed416..37c3d01 100644 --- a/packages.json +++ b/packages.json @@ -19079,6 +19079,35 @@ "description": "Soundfonts for paramidi", "license": "Public Domain" }, + { + "name": "toml_serialization", + "url": "https://github.com/status-im/nim-toml-serialization", + "method": "git", + "tags": [ + "library", + "toml", + "serialization", + "parser" + ], + "description": "Flexible TOML serialization [not] relying on run-time type information", + "license": "Apache License 2.0", + "web": "https://github.com/status-im/nim-toml-serialization" + }, + { + "name": "protobuf_serialization", + "url": "https://github.com/status-im/nim-protobuf-serialization", + "method": "git", + "tags": [ + "library", + "protobuf", + "serialization", + "proto2", + "proto3" + ], + "description": "Protobuf implementation compatible with the nim-serialization framework.", + "license": "Apache License 2.0", + "web": "https://github.com/status-im/nim-protobuf-serialization" + }, { "name": "opentrivadb", "url": "https://github.com/ire4ever1190/nim-opentmdb",