aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Summerton <define-private-public@users.noreply.github.com>2016-12-12 15:49:36 -0500
committerDominik Picheta <dominikpicheta@googlemail.com>2016-12-12 21:49:36 +0100
commitd3cc2814c654d5e8d1037a9b68b895fce747bcf5 (patch)
tree0932a708851187ff70521dbe6475f17dd6b08018
parent03c217958a3f638222cd04cb57b60c3f77d7a2ec (diff)
downloadpackages-d3cc2814c654d5e8d1037a9b68b895fce747bcf5.tar.gz
packages-d3cc2814c654d5e8d1037a9b68b895fce747bcf5.zip
Added my fork of stopwatch (#437)
* Added my fork of stopwatch * removed my link and changed rbmz's to mine
-rw-r--r--packages.json9
1 files changed, 6 insertions, 3 deletions
diff --git a/packages.json b/packages.json
index 17d1a08..471b947 100644
--- a/packages.json
+++ b/packages.json
@@ -2960,15 +2960,18 @@
},
{
"name": "stopwatch",
- "url": "https://github.com/rbmz/stopwatch",
+ "url": "https://gitlab.com/define-private-public/stopwatch",
"method": "git",
"tags": [
"timer",
- "benchmarking"
+ "timing",
+ "benchmarking",
+ "watch",
+ "clock"
],
"description": "A simple benchmarking/timer library based on nim's lib/system/timers.nim",
"license": "MIT",
- "web": "https://github.com/rbmz/stopwatch"
+ "web": "https://gitlab.com/define-private-public/stopwatch"
},
{
"name": "nimFinLib",