aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBillingsly Wetherfordshire <phowl.mouth@gmail.com>2015-03-04 02:01:48 -0600
committerBillingsly Wetherfordshire <phowl.mouth@gmail.com>2015-03-04 02:01:48 -0600
commit59cba7fadd0f70c62168b424eb69c722de146622 (patch)
treeea3413a85eb658241dd68f4e13be2b9091b4e22f
parentf5152b7368b90054422c1d74bf9f3bc2f3011ff2 (diff)
parentadb25af8d17f702f73f0d6357647bfba476354f5 (diff)
downloadpackages-59cba7fadd0f70c62168b424eb69c722de146622.tar.gz
packages-59cba7fadd0f70c62168b424eb69c722de146622.zip
Merge pull request #136 from akiradeveloper/msgpack
-rw-r--r--packages.json11
1 files changed, 10 insertions, 1 deletions
diff --git a/packages.json b/packages.json
index de012c9..ee96037 100644
--- a/packages.json
+++ b/packages.json
@@ -1185,7 +1185,7 @@
},
{
"name": "fuse",
- "url": "https://github.com/akiradeveloper/nim-fuse",
+ "url": "https://github.com/akiradeveloper/nim-fuse.git",
"method": "git",
"tags": ["fuse", "library", "wrapper"],
"description": "A FUSE binding for Nim",
@@ -1281,5 +1281,14 @@
"description":"A component/entity system",
"license":"CC0",
"web":"https://bitbucket.org/fowlmouth/entoody"
+ },
+ {
+ "name": "msgpack",
+ "url": "https://github.com/akiradeveloper/msgpack-nim.git",
+ "method": "git",
+ "tags": ["msgpack", "library", "serialization"],
+ "description": "A MessagePack binding for Nim",
+ "license": "MIT",
+ "web": "https://github.com/akiradeveloper/msgpack-nim"
}
]