From 25df0f82f489074ed7882110aa31e3e0ce79e68c Mon Sep 17 00:00:00 2001 From: Fabian Keller Date: Mon, 13 Feb 2017 20:42:58 +0100 Subject: [PATCH 1/3] added nimdata --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index fdd508c..28a882f 100644 --- a/packages.json +++ b/packages.json @@ -5946,5 +5946,16 @@ "description": "The Storage Performance Development Kit(SPDK) provides a set of tools and libraries for writing high performance, scalable, user-mode storage applications.", "license": "MIT", "web": "https://github.com/nimscale/spdk.git" + }, + { + "name": "NimData", + "url": "https://github.com/bluenote10/NimData", + "method": "git", + "tags": [ + "dataframe" + ], + "description": "DataFrame API enabling fast out-of-core data analytics", + "license": "MIT", + "web": "https://github.com/bluenote10/NimData" } ] From 044dc5e31f63594276acce2d0a4efc381a9d198d Mon Sep 17 00:00:00 2001 From: Fabian Keller Date: Mon, 13 Feb 2017 21:11:00 +0100 Subject: [PATCH 2/3] added library tag --- packages.json | 1 + 1 file changed, 1 insertion(+) diff --git a/packages.json b/packages.json index 28a882f..87bbb7d 100644 --- a/packages.json +++ b/packages.json @@ -5952,6 +5952,7 @@ "url": "https://github.com/bluenote10/NimData", "method": "git", "tags": [ + "library", "dataframe" ], "description": "DataFrame API enabling fast out-of-core data analytics", From 0c9d410bbef23a14aa9d086810038b7861ec68e8 Mon Sep 17 00:00:00 2001 From: Federico Ceratto Date: Tue, 14 Feb 2017 18:42:05 +0000 Subject: [PATCH 3/3] Add testrunner --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 87bbb7d..24f229b 100644 --- a/packages.json +++ b/packages.json @@ -5958,5 +5958,20 @@ "description": "DataFrame API enabling fast out-of-core data analytics", "license": "MIT", "web": "https://github.com/bluenote10/NimData" + }, + { + "name": "testrunner", + "url": "https://github.com/FedericoCeratto/nim-testrunner", + "method": "git", + "tags": [ + "test", + "tests", + "unittest", + "utility", + "tdd" + ], + "description": "Test runner with file monitoring and desktop notification capabilities", + "license": "GPLv3", + "web": "https://github.com/FedericoCeratto/nim-testrunner" } ]