Added NHSL and nim-stopwatch

This commit is contained in:
twist_vector 2015-11-20 16:39:52 -05:00
parent b2a6aa26bc
commit 456b80c1cc

View File

@ -1,4 +1,31 @@
[
{
"name": "nhsl",
"url": "https://github.com/twist-vector/nhsl.git",
"method": "git",
"tags": [
"library",
"serialization",
"pure"
],
"description": "Nim Hessian Serialization Library encodes/decodes data into the Hessian binary protocol",
"license": "LGPL",
"web": "https://github.com/twist-vector/nhsl"
},
{
"name": "nim-stopwatch",
"url": "https://github.com/twist-vector/nim-stopwatch.git",
"method": "git",
"tags": [
"app",
"timer"
],
"description": "A Nim-based, non-graphical application designed to measure the amount of time elapsed from its activation to deactivation, includes total elapsed time, lap, and split times.",
"license": "LGPL",
"web": "https://github.com/twist-vector/nim-stopwatch"
},
{
"name": "argument_parser",
"url": "git://github.com/Xe/argument_parser/",