From 6bbe6ac813e25315eaa260fa1c088d60c0908642 Mon Sep 17 00:00:00 2001 From: Akira Hayakawa Date: Mon, 2 Mar 2015 14:45:15 +0900 Subject: [PATCH 1/2] Add msgpack Signed-off-by: Akira Hayakawa --- packages.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/packages.json b/packages.json index 5b23c49..46ecf74 100644 --- a/packages.json +++ b/packages.json @@ -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" } ] From adb25af8d17f702f73f0d6357647bfba476354f5 Mon Sep 17 00:00:00 2001 From: Akira Hayakawa Date: Tue, 3 Mar 2015 09:22:15 +0900 Subject: [PATCH 2/2] fix: fuse: add ".git" extension to url Signed-off-by: Akira Hayakawa --- packages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 46ecf74..5388a15 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",