Merge pull request #153 from megawac/patch-1

Add RingBuffer package
This commit is contained in:
Billingsly Wetherfordshire 2015-05-06 15:24:45 -05:00
commit 2fb43c5503

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",