From e664646be738cc41c032d47e1dea01e32cd61676 Mon Sep 17 00:00:00 2001 From: jangko Date: Thu, 21 May 2015 01:16:37 +0700 Subject: [PATCH 01/10] add msgpack4nim package --- packages.json | 8 ++++++++ 1 file changed, 8 insertions(+) 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" } ] From 2ac1b44887267c837baf04ac7d8997bd2b0d72f9 Mon Sep 17 00:00:00 2001 From: jangko Date: Thu, 21 May 2015 01:18:07 +0700 Subject: [PATCH 02/10] add msgpack4nim package --- packages.json | 1 + 1 file changed, 1 insertion(+) 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" } From 63c16bb092db7ecf067545aebf0745811b2ead31 Mon Sep 17 00:00:00 2001 From: fenekku Date: Wed, 20 May 2015 21:27:47 -0400 Subject: [PATCH 03/10] referred to Nim in moustachu's description --- packages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.json b/packages.json index cd80a7c..c9dd7e0 100644 --- a/packages.json +++ b/packages.json @@ -1016,7 +1016,7 @@ "url": "https://github.com/fenekku/moustachu.git", "method": "git", "tags": ["web", "html", "template", "mustache"], - "description": "Mustache templating for Nimrod.", + "description": "Mustache templating for Nim.", "license": "MIT", "web": "https://github.com/fenekku/moustachu" }, From 93e7b101de83d0192638e8d237a895cff4fcb2c1 Mon Sep 17 00:00:00 2001 From: bluenote10 Date: Thu, 21 May 2015 15:40:05 +0200 Subject: [PATCH 04/10] Added nim-heap, nim-stringinterpolation --- packages.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/packages.json b/packages.json index c9dd7e0..0e17685 100644 --- a/packages.json +++ b/packages.json @@ -1514,5 +1514,23 @@ "description": "Another MessagePack implementation written in pure nim", "license": "MIT", "web": "https://github.com/jangko/msgpack4nim" + }, + { + "name": "nim-heap", + "url": "https://github.com/bluenote10/nim-heap", + "method": "git", + "tags": ["heap", "priority queue"], + "description": "Simple binary heap implementation", + "license": "MIT", + "web": "https://github.com/bluenote10/nim-heap" + }, + { + "name": "nim-stringinterpolation", + "url": "https://github.com/bluenote10/nim-stringinterpolation", + "method": "git", + "tags": ["string formatting", "string interpolation"], + "description": "String interpolation with printf syntax", + "license": "MIT", + "web": "https://github.com/bluenote10/nim-stringinterpolation" } ] From 8269a2d63c9869fac85109fd98eed1bb38aba8b7 Mon Sep 17 00:00:00 2001 From: James Date: Thu, 21 May 2015 19:13:09 -0700 Subject: [PATCH 05/10] Add delaunay package --- packages.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/packages.json b/packages.json index 0e17685..a8777a8 100644 --- a/packages.json +++ b/packages.json @@ -1532,5 +1532,14 @@ "description": "String interpolation with printf syntax", "license": "MIT", "web": "https://github.com/bluenote10/nim-stringinterpolation" + }, + { + "name": "delaunay", + "url": "https://github.com/Nycto/DelaunayNim", + "method": "git", + "tags": ["delaunay", "library", "algorithms", "graph"], + "description": "2D Delaunay triangulations", + "license": "MIT", + "web": "https://github.com/Nycto/DelaunayNim" } ] From 1273f4c03d809d9209738351a4e131ef86a4ace2 Mon Sep 17 00:00:00 2001 From: Jack Date: Fri, 22 May 2015 17:57:20 -0700 Subject: [PATCH 06/10] Add linenoise package --- packages.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/packages.json b/packages.json index a8777a8..869ac68 100644 --- a/packages.json +++ b/packages.json @@ -1541,5 +1541,14 @@ "description": "2D Delaunay triangulations", "license": "MIT", "web": "https://github.com/Nycto/DelaunayNim" + }, + { + "name": "linenoise", + "url": "https://github.com/fallingduck/linenoise-nim", + "method": "git", + "tags": ["linenoise", "library", "wrapper", "commandline"], + "description": "Wrapper for linenoise, a free, self-contained alternative to GNU readline.", + "license": "BSD", + "web": "https://github.com/fallingduck/linenoise-nim" } ] From 81d8d1a3277ce8d26cb14406bf60fc5254afaa01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Huy=20=E2=98=AD?= Date: Mon, 25 May 2015 03:22:01 +0700 Subject: [PATCH 07/10] add struct package --- packages.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/packages.json b/packages.json index 869ac68..8be2216 100644 --- a/packages.json +++ b/packages.json @@ -1550,5 +1550,14 @@ "description": "Wrapper for linenoise, a free, self-contained alternative to GNU readline.", "license": "BSD", "web": "https://github.com/fallingduck/linenoise-nim" + }, + { + "name": "struct", + "url": "https://github.com/rgv151/struct.nim", + "method": "git", + "tags": ["struct", "library", "python", "pack", "unpack"], + "description": "Python-like 'struct' for Nim", + "license": "MIT", + "web": "https://github.com/rgv151/struct.nim" } ] From 37a766409bf561ead819b0231c38ae44d733723e Mon Sep 17 00:00:00 2001 From: achesak Date: Mon, 25 May 2015 14:54:50 -0500 Subject: [PATCH 08/10] Added uri2. --- packages.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/packages.json b/packages.json index 8be2216..f3df672 100644 --- a/packages.json +++ b/packages.json @@ -1559,5 +1559,14 @@ "description": "Python-like 'struct' for Nim", "license": "MIT", "web": "https://github.com/rgv151/struct.nim" + }, + { + "name": "uri2", + "url: "git://github.com/achesak/nim-uri2", + "method": "git", + "tags": ["uri", "url", "library"], + "description": "Nim module for better URI handling", + "license": "MIT", + "web": "https://github.com/achesak/nim-uri2" } ] From 4f21e9156df9de0a70cd3dfe28ae8031520d85fd Mon Sep 17 00:00:00 2001 From: achesak Date: Mon, 25 May 2015 14:55:42 -0500 Subject: [PATCH 09/10] Fixed typo. --- packages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.json b/packages.json index f3df672..b73354e 100644 --- a/packages.json +++ b/packages.json @@ -1562,7 +1562,7 @@ }, { "name": "uri2", - "url: "git://github.com/achesak/nim-uri2", + "url": "git://github.com/achesak/nim-uri2", "method": "git", "tags": ["uri", "url", "library"], "description": "Nim module for better URI handling", From 6fe480f0a2f78aa3d9d13e497047f9e9667501ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Huy=20=E2=98=AD?= Date: Wed, 27 May 2015 03:21:43 +0700 Subject: [PATCH 10/10] Add hmac package --- packages.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/packages.json b/packages.json index b73354e..a4181b1 100644 --- a/packages.json +++ b/packages.json @@ -1568,5 +1568,14 @@ "description": "Nim module for better URI handling", "license": "MIT", "web": "https://github.com/achesak/nim-uri2" + }, + { + "name": "hmac", + "url": "https://github.com/rgv151/hmac.nim", + "method": "git", + "tags": ["hmac", "authentication", "hash", "sha1", "md5"], + "description": "HMAC-SHA1 and HMAC-MD5 hashing in Nim ", + "license": "MIT", + "web": "https://github.com/rgv151/hmac.nim" } ]