diff options
| author | Rostyslav Ivasiv <rivasiv@gmail.com> | 2017-02-18 15:59:13 +0200 |
|---|---|---|
| committer | Rostyslav Ivasiv <rivasiv@gmail.com> | 2017-02-18 15:59:13 +0200 |
| commit | b532a61b8f0bbb62d59a88dea94f9794ff36c2eb (patch) | |
| tree | d375d2c20a69bdbaf647437aea9ad8991f6cb8d4 | |
| parent | fcd882b648708a940a80de06478813e066ca09a4 (diff) | |
| parent | 0c9d410bbef23a14aa9d086810038b7861ec68e8 (diff) | |
| download | packages-b532a61b8f0bbb62d59a88dea94f9794ff36c2eb.tar.gz packages-b532a61b8f0bbb62d59a88dea94f9794ff36c2eb.zip | |
Merge remote-tracking branch 'upstream/master'
| -rw-r--r-- | packages.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/packages.json b/packages.json index fd18ea5..27bc476 100644 --- a/packages.json +++ b/packages.json @@ -5946,5 +5946,32 @@ "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": [ + "library", + "dataframe" + ], + "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" } ] |
