aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2015-05-20 22:04:53 +0100
committerDominik Picheta <dominikpicheta@googlemail.com>2015-05-20 22:04:53 +0100
commited80e1fed613d11988e0db8c45369a1a7e130363 (patch)
treef4c5efa905f9321dcf637339e6792bf9e30b9878
parent18ba418c4f5e3559d9a44613048cb552238459fc (diff)
parent2ac1b44887267c837baf04ac7d8997bd2b0d72f9 (diff)
downloadpackages-ed80e1fed613d11988e0db8c45369a1a7e130363.tar.gz
packages-ed80e1fed613d11988e0db8c45369a1a7e130363.zip
Merge pull request #166 from jangko/master
add msgpack4nim package
-rw-r--r--packages.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 0f5fa5b..cd80a7c 100644
--- a/packages.json
+++ b/packages.json
@@ -1505,5 +1505,14 @@
"description": "Parsing and serializing for the TNetstring format.",
"license": "MIT",
"web": "http://bitbucket.org/mahlon/nim-tnetstring"
+ },
+ {
+ "name": "msgpack4nim",
+ "url": "https://github.com/jangko/msgpack4nim",
+ "method": "git",
+ "tags": ["msgpack", "library", "serialization", "deserialization"],
+ "description": "Another MessagePack implementation written in pure nim",
+ "license": "MIT",
+ "web": "https://github.com/jangko/msgpack4nim"
}
]