aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 72cda44..b50bf50 100644
--- a/packages.json
+++ b/packages.json
@@ -1884,5 +1884,14 @@
"description": "Nim port of Python's grp module for working with the UNIX group database file",
"license": "MIT",
"web": "https://github.com/achesak/nim-grp"
+ },
+ {
+ "name": "stopwatch",
+ "url": "https://github.com/rbmz/stopwatch",
+ "method": "git",
+ "tags": ["timer", "benchmarking"],
+ "description": "A simple benchmarking/timer library based on nim's lib/system/timers.nim",
+ "license": "MIT",
+ "web": "https://github.com/rbmz/stopwatch"
}
]