aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2018-04-25 00:42:39 +0100
committerGitHub <noreply@github.com>2018-04-25 00:42:39 +0100
commitbb1d5d2061a0a39890047e4d67d3b8bc9941b670 (patch)
tree5e942f037cc688c12da59dbd52f85cfd466f5dff
parentcd85e7c85121d66e15268e6ad6256734ece7a5e8 (diff)
parent2f5dec7f92685e3f576a25b41681432d2a2f1705 (diff)
downloadpackages-bb1d5d2061a0a39890047e4d67d3b8bc9941b670.tar.gz
packages-bb1d5d2061a0a39890047e4d67d3b8bc9941b670.zip
Merge pull request #709 from oswjk/nimpb
Add nimpb and nimpb_protoc
-rw-r--r--packages.json27
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"
}
]