diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-07-22 22:55:55 +0100 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-07-22 22:55:55 +0100 |
| commit | b0de521513eaf6b8fa0d758d063839ffaea86e9f (patch) | |
| tree | d082107c0dca8f6823078338fc96ce03a2447bbd | |
| parent | 3a2809116c62beaa98a8656179e0a98e54549e7f (diff) | |
| parent | 589f2ce3637833eedb1ad7667404e2fc9dbc9bea (diff) | |
| download | packages-b0de521513eaf6b8fa0d758d063839ffaea86e9f.tar.gz packages-b0de521513eaf6b8fa0d758d063839ffaea86e9f.zip | |
Merge pull request #212 from qqtop/master
nimFinLib
| -rw-r--r-- | packages.json | 13 |
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" + } + ] |
