diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-04-25 00:42:39 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-25 00:42:39 +0100 |
| commit | bb1d5d2061a0a39890047e4d67d3b8bc9941b670 (patch) | |
| tree | 5e942f037cc688c12da59dbd52f85cfd466f5dff | |
| parent | cd85e7c85121d66e15268e6ad6256734ece7a5e8 (diff) | |
| parent | 2f5dec7f92685e3f576a25b41681432d2a2f1705 (diff) | |
| download | packages-bb1d5d2061a0a39890047e4d67d3b8bc9941b670.tar.gz packages-bb1d5d2061a0a39890047e4d67d3b8bc9941b670.zip | |
Merge pull request #709 from oswjk/nimpb
Add nimpb and nimpb_protoc
| -rw-r--r-- | packages.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 5920514..7c3a187 100644 --- a/packages.json +++ b/packages.json @@ -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" } ] |
