Add RingBuffer package

This commit is contained in:
Graeme Yeates 2015-05-06 11:03:14 -04:00
parent 8a5649a918
commit 4242aa0350

View File

@ -1228,6 +1228,15 @@
"license": "MIT",
"web": "https://github.com/achesak/nim-pythonpathlib"
},
{
"name": "RingBuffer",
"url": "git@github.com:megawac/RingBuffer.nim.git",
"method": "git",
"tags": ["sequence", "seq", "circular", "ring", "buffer"],
"description": "Circular buffer implementation",
"license": "MIT",
"web": "https://github.com/megawac/RingBuffer.nim"
},
{
"name": "nimrat",
"url": "git://github.com/apense/nimrat",