diff --git a/packages.json b/packages.json index c6b7ef5..3900443 100644 --- a/packages.json +++ b/packages.json @@ -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",