diff options
| -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" } ] |
