aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraeme Yeates <yeatesgraeme@gmail.com>2015-05-06 11:03:14 -0400
committerGraeme Yeates <yeatesgraeme@gmail.com>2015-05-06 11:03:14 -0400
commit4242aa03503d01fc8e3a4d9d71c8a0edf3a8bc7f (patch)
tree0f468a0dcb12c4fc2a13ad33a8e12951e015a9b9
parent8a5649a918594ffa69c6d4690544ba2c3d6703cb (diff)
downloadpackages-4242aa03503d01fc8e3a4d9d71c8a0edf3a8bc7f.tar.gz
packages-4242aa03503d01fc8e3a4d9d71c8a0edf3a8bc7f.zip
Add RingBuffer package
-rw-r--r--packages.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index c6b7ef5..3900443 100644
--- a/packages.json
+++ b/packages.json
@@ -1229,6 +1229,15 @@
"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",
"method": "git",