diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-07-18 22:49:18 +0100 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-07-18 22:49:18 +0100 |
| commit | 3a2809116c62beaa98a8656179e0a98e54549e7f (patch) | |
| tree | 6d7e551884c67fd2d59d4a9cc585141cb7a64236 | |
| parent | 3d138ce42acf8f12d14f74f711fa07891baca56a (diff) | |
| parent | c285382002da7d4170a9e1ae1954635423215502 (diff) | |
| download | packages-3a2809116c62beaa98a8656179e0a98e54549e7f.tar.gz packages-3a2809116c62beaa98a8656179e0a98e54549e7f.zip | |
Merge branch 'master' of https://github.com/rbmz/packages into rbmz-master
Conflicts:
packages.json
| -rw-r--r-- | packages.json | 9 |
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" } ] |
