aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2016-01-07 18:00:53 +0000
committerDominik Picheta <dominikpicheta@googlemail.com>2016-01-07 18:00:53 +0000
commit2a69f76d1ab3f59c2288cec08a5a8c93057d8643 (patch)
tree5ed527632b3bd4f575f8a52fbc5326ebe7011faa
parent0f7f4a126c131dc79bacc7668601dba83da192c9 (diff)
parent9cbe947b9a4df49d3324c0483e63b46c3d4aaba4 (diff)
downloadpackages-2a69f76d1ab3f59c2288cec08a5a8c93057d8643.tar.gz
packages-2a69f76d1ab3f59c2288cec08a5a8c93057d8643.zip
Merge pull request #302 from andreaferretti/master
Added TeaFiles and Emmy
-rw-r--r--packages.json28
1 files changed, 28 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index d0de9a6..5f73408 100644
--- a/packages.json
+++ b/packages.json
@@ -3926,5 +3926,33 @@
"description": "Nim module for generating URL identifiers for Tiny URL and bit.ly-like URLs",
"license": "MIT",
"web": "https://github.com/achesak/nim-shorturl"
+ },
+ {
+ "name": "teafiles",
+ "url": "git@github.com:unicredit/nim-teafiles.git",
+ "method": "git",
+ "tags": [
+ "teafiles",
+ "mmap",
+ "timeseries"
+ ],
+ "description": "TeaFiles provide fast read/write access to time series data",
+ "license": "Apache2",
+ "web": "https://github.com/unicredit/nim-teafiles"
+ },
+ {
+ "name": "emmy",
+ "url": "git@github.com:unicredit/emmy.git",
+ "method": "git",
+ "tags": [
+ "algebra",
+ "polynomials",
+ "primes",
+ "ring",
+ "quotients"
+ ],
+ "description": "Algebraic structures and related operations for Nim",
+ "license": "Apache2",
+ "web": "https://github.com/unicredit/emmy"
}
]