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