Merge branch 'master' of https://github.com/rbmz/packages into rbmz-master

Conflicts:
	packages.json
This commit is contained in:
Dominik Picheta 2015-07-18 22:49:18 +01:00
commit 3a2809116c

View File

@ -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"
}
]