Merge pull request #309 from zielmicha/add-capnp

add collections and Cap'n Proto implementation
This commit is contained in:
Dominik Picheta 2016-01-23 22:46:52 +00:00
commit 886a16d2d1

View File

@ -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"
}
]