diff options
| author | Oskari Timperi <oskari.timperi@iki.fi> | 2018-04-24 18:03:40 +0300 |
|---|---|---|
| committer | Oskari Timperi <oskari.timperi@iki.fi> | 2018-04-24 18:03:40 +0300 |
| commit | 62f6a00ef291ce679ee57736529e13076d8e0116 (patch) | |
| tree | 447e186515aa33c2bdba487396d37a9751f5564b | |
| parent | 296870271446a8e86e89d1d8c8bff570fb46a0e2 (diff) | |
| download | packages-62f6a00ef291ce679ee57736529e13076d8e0116.tar.gz packages-62f6a00ef291ce679ee57736529e13076d8e0116.zip | |
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 c310557..e5dea6b 100644 --- a/packages.json +++ b/packages.json @@ -8988,5 +8988,32 @@ "description": "Test failing snippets from Nim's issues", "license": "MIT", "web": "https://github.com/genotrance/tissue" + }, + { + "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" } ] |
