diff options
| author | Billingsly Wetherfordshire <phowl.mouth@gmail.com> | 2015-05-06 15:24:45 -0500 |
|---|---|---|
| committer | Billingsly Wetherfordshire <phowl.mouth@gmail.com> | 2015-05-06 15:24:45 -0500 |
| commit | 2fb43c550306b71fcdcdc178af3e3ddc9911b504 (patch) | |
| tree | f80f2f6fc6f3fa938500b92806b6c88eede967bb /packages.json | |
| parent | 2d10d8b7539b02b2745d9b456dfd73a60540786b (diff) | |
| parent | 4242aa03503d01fc8e3a4d9d71c8a0edf3a8bc7f (diff) | |
| download | packages-2fb43c550306b71fcdcdc178af3e3ddc9911b504.tar.gz packages-2fb43c550306b71fcdcdc178af3e3ddc9911b504.zip | |
Merge pull request #153 from megawac/patch-1
Add RingBuffer package
Diffstat (limited to 'packages.json')
| -rw-r--r-- | packages.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 709b90a..0ac47a8 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", |
