diff options
| author | qqtop <pict100@gmail.com> | 2015-07-21 07:34:13 +0800 |
|---|---|---|
| committer | qqtop <pict100@gmail.com> | 2015-07-21 07:34:13 +0800 |
| commit | 589f2ce3637833eedb1ad7667404e2fc9dbc9bea (patch) | |
| tree | d082107c0dca8f6823078338fc96ce03a2447bbd | |
| parent | 3a2809116c62beaa98a8656179e0a98e54549e7f (diff) | |
| parent | 74a2b15741a1d061689a35a0f91580c7a78c9a87 (diff) | |
| download | packages-589f2ce3637833eedb1ad7667404e2fc9dbc9bea.tar.gz packages-589f2ce3637833eedb1ad7667404e2fc9dbc9bea.zip | |
Merge pull request #1 from qqtop/qqtop-patch-1
Update packages.json
| -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" + } + ] |
