Add toml-serialization and protobuf-serialization (#1597)

This commit is contained in:
andri lim 2020-08-17 14:40:55 +07:00 committed by GitHub
parent a5cb3e02ec
commit c584efd78b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",