diff --git a/packages.json b/packages.json index 3e7ede2..477aa39 100644 --- a/packages.json +++ b/packages.json @@ -5498,5 +5498,20 @@ "description": "psutil is a cross-platform library for retrieving information on running processes and system utilization (CPU, memory, disks, network)", "license": "BSD", "web": "https://github.com/johnscillieri/psutil-nim" + }, + { + "name": "gapbuffer", + "url": "https://notabug.org/vktec/nim-gapbuffer.git", + "method": "git", + "tags": [ + "buffer", + "seq", + "sequence", + "string", + "gapbuffer" + ], + "description": "A simple gap buffer implementation", + "license": "MIT", + "web": "https://notabug.org/vktec/nim-gapbuffer" } ]