diff options
| author | Roger Shi <rogershijicheng@gmail.com> | 2015-08-27 15:12:32 +0800 |
|---|---|---|
| committer | Roger Shi <rogershijicheng@gmail.com> | 2015-08-27 15:12:32 +0800 |
| commit | e14f4ff292e2285d417eaee8c372a5d98a3478df (patch) | |
| tree | bf018b3842d6c820d8d358237d29718536321eea | |
| parent | b996a4d2e63913c96e12bc2607335a3e0531a7e6 (diff) | |
| download | packages-e14f4ff292e2285d417eaee8c372a5d98a3478df.tar.gz packages-e14f4ff292e2285d417eaee8c372a5d98a3478df.zip | |
Add project nim-rpc
| -rw-r--r-- | packages.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 1652689..403577a 100644 --- a/packages.json +++ b/packages.json @@ -2295,6 +2295,19 @@ "web": "https://github.com/jangko/msgpack4nim" }, { + "name": "nim-rpc", + "url": "https://github.com/rogercloud/nim-rpc", + "method": "git", + "tags": [ + "msgpack", + "library", + "rpc" + ], + "description": "RPC implementation for Nim based on msgpack4nim", + "license": "MIT", + "web": "https://github.com/rogercloud/nim-rpc" + }, + { "name": "binaryheap", "url": "https://github.com/bluenote10/nim-heap", "method": "git", |
