Added nim-heap, nim-stringinterpolation

This commit is contained in:
bluenote10 2015-05-21 15:40:05 +02:00
parent d81c5d0157
commit 93e7b101de

View File

@ -1514,5 +1514,23 @@
"description": "Another MessagePack implementation written in pure nim",
"license": "MIT",
"web": "https://github.com/jangko/msgpack4nim"
},
{
"name": "nim-heap",
"url": "https://github.com/bluenote10/nim-heap",
"method": "git",
"tags": ["heap", "priority queue"],
"description": "Simple binary heap implementation",
"license": "MIT",
"web": "https://github.com/bluenote10/nim-heap"
},
{
"name": "nim-stringinterpolation",
"url": "https://github.com/bluenote10/nim-stringinterpolation",
"method": "git",
"tags": ["string formatting", "string interpolation"],
"description": "String interpolation with printf syntax",
"license": "MIT",
"web": "https://github.com/bluenote10/nim-stringinterpolation"
}
]