aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjangko <jangko128@gmail.com>2015-05-21 01:18:07 +0700
committerjangko <jangko128@gmail.com>2015-05-21 01:18:07 +0700
commit2ac1b44887267c837baf04ac7d8997bd2b0d72f9 (patch)
treef4c5efa905f9321dcf637339e6792bf9e30b9878
parente664646be738cc41c032d47e1dea01e32cd61676 (diff)
downloadpackages-2ac1b44887267c837baf04ac7d8997bd2b0d72f9.tar.gz
packages-2ac1b44887267c837baf04ac7d8997bd2b0d72f9.zip
add msgpack4nim package
-rw-r--r--packages.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 170a19d..cd80a7c 100644
--- a/packages.json
+++ b/packages.json
@@ -1511,6 +1511,7 @@
"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"
}