diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2016-01-23 22:46:52 +0000 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2016-01-23 22:46:52 +0000 |
| commit | 886a16d2d124df5134f5b096cdb39f272a201cb2 (patch) | |
| tree | 61cbf811ab94c50ae72b207df8faa658ab3d0ab3 | |
| parent | 5b402121fe03d02ec73ca69d6007b740d76d7257 (diff) | |
| parent | 2100821936827963dace300718358d5070097119 (diff) | |
| download | packages-886a16d2d124df5134f5b096cdb39f272a201cb2.tar.gz packages-886a16d2d124df5134f5b096cdb39f272a201cb2.zip | |
Merge pull request #309 from zielmicha/add-capnp
add collections and Cap'n Proto implementation
| -rw-r--r-- | packages.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/packages.json b/packages.json index df9249e..15a6abd 100644 --- a/packages.json +++ b/packages.json @@ -4010,5 +4010,31 @@ "description": "Asynchronous networking engine for Nim", "license": "MIT", "web": "https://networkos.net/nim/reactor.nim" + }, + { + "name": "collections", + "url": "https://github.com/zielmicha/collections.nim", + "method": "git", + "tags": [ + "iterator", + "functional" + ], + "description": "Various collections and utilities", + "license": "MIT", + "web": "https://github.com/zielmicha/collections.nim" + }, + { + "name": "capnp", + "url": "https://github.com/zielmicha/capnp.nim", + "method": "git", + "tags": [ + "capnp", + "serialization", + "protocol", + "rpc" + ], + "description": "Cap'n Proto implementation for Nim", + "license": "MIT", + "web": "https://github.com/zielmicha/capnp.nim" } ] |
