From 74a2b15741a1d061689a35a0f91580c7a78c9a87 Mon Sep 17 00:00:00 2001 From: qqtop Date: Sun, 19 Jul 2015 16:51:28 +0800 Subject: [PATCH] Update packages.json --- packages.json | 13 +++++++++++-- 1 file 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" + } + ]