diff options
| author | Graeme Yeates <yeatesgraeme@gmail.com> | 2015-05-06 11:03:14 -0400 |
|---|---|---|
| committer | Graeme Yeates <yeatesgraeme@gmail.com> | 2015-05-06 11:03:14 -0400 |
| commit | 4242aa03503d01fc8e3a4d9d71c8a0edf3a8bc7f (patch) | |
| tree | 0f468a0dcb12c4fc2a13ad33a8e12951e015a9b9 | |
| parent | 8a5649a918594ffa69c6d4690544ba2c3d6703cb (diff) | |
| download | packages-4242aa03503d01fc8e3a4d9d71c8a0edf3a8bc7f.tar.gz packages-4242aa03503d01fc8e3a4d9d71c8a0edf3a8bc7f.zip | |
Add RingBuffer package
| -rw-r--r-- | packages.json | 9 |
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", |
