diff options
| author | jangko <jangko128@gmail.com> | 2015-05-21 01:16:37 +0700 |
|---|---|---|
| committer | jangko <jangko128@gmail.com> | 2015-05-21 01:16:37 +0700 |
| commit | e664646be738cc41c032d47e1dea01e32cd61676 (patch) | |
| tree | e8364752eced1a4455df656e5454ad2d416e3cd2 | |
| parent | 18ba418c4f5e3559d9a44613048cb552238459fc (diff) | |
| download | packages-e664646be738cc41c032d47e1dea01e32cd61676.tar.gz packages-e664646be738cc41c032d47e1dea01e32cd61676.zip | |
add msgpack4nim package
| -rw-r--r-- | packages.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 0f5fa5b..170a19d 100644 --- a/packages.json +++ b/packages.json @@ -1505,5 +1505,13 @@ "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"], + "license": "MIT", + "web": "https://github.com/jangko/msgpack4nim" } ] |
