aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2015-07-22 22:55:55 +0100
committerDominik Picheta <dominikpicheta@googlemail.com>2015-07-22 22:55:55 +0100
commitb0de521513eaf6b8fa0d758d063839ffaea86e9f (patch)
treed082107c0dca8f6823078338fc96ce03a2447bbd
parent3a2809116c62beaa98a8656179e0a98e54549e7f (diff)
parent589f2ce3637833eedb1ad7667404e2fc9dbc9bea (diff)
downloadpackages-b0de521513eaf6b8fa0d758d063839ffaea86e9f.tar.gz
packages-b0de521513eaf6b8fa0d758d063839ffaea86e9f.zip
Merge pull request #212 from qqtop/master
nimFinLib
-rw-r--r--packages.json13
1 files changed, 11 insertions, 2 deletions
diff --git a/packages.json b/packages.json
index b50bf50..a846ff3 100644
--- a/packages.json
+++ b/packages.json
@@ -1893,5 +1893,14 @@
"description": "A simple benchmarking/timer library based on nim's lib/system/timers.nim",
"license": "MIT",
"web": "https://github.com/rbmz/stopwatch"
- }
-]
+ },
+ {
+ "name": "nimFinLib",
+ "url": "https://github.com/qqtop/NimFinLib",
+ "method": "git",
+ "tags": ["financial"],
+ "description": "Financial Library for Nim",
+ "license": "MIT",
+ "web": "https://github.com/qqtop/NimFinLib"
+ }
+ ]