Merge pull request #709 from oswjk/nimpb

Add nimpb and nimpb_protoc
This commit is contained in:
Dominik Picheta 2018-04-25 00:42:39 +01:00 committed by GitHub
commit bb1d5d2061
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9025,5 +9025,32 @@
"description": "SPHINCS⁺ stateless hash-based signature scheme",
"license": "MIT",
"web": "https://github.com/ehmry/nim-sphincs"
},
{
"name": "nimpb",
"url": "https://github.com/oswjk/nimpb",
"method": "git",
"tags": [
"serialization",
"protocol-buffers",
"protobuf",
"library"
],
"description": "A Protocol Buffers library for Nim",
"license": "MIT",
"web": "https://github.com/oswjk/nimpb"
},
{
"name": "nimpb_protoc",
"url": "https://github.com/oswjk/nimpb_protoc",
"method": "git",
"tags": [
"serialization",
"protocol-buffers",
"protobuf"
],
"description": "Protocol Buffers compiler support package for nimpb",
"license": "MIT",
"web": "https://github.com/oswjk/nimpb_protoc"
}
]