From 912fe92fbf9bb9448687b04345cc7758b0f10cf8 Mon Sep 17 00:00:00 2001 From: Samadi van Koten Date: Sun, 27 Nov 2016 01:19:46 +0000 Subject: [PATCH 1/2] Add gapbuffer --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 873e6d6..2178f47 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", + "gap buffer" + ], + "description": "A simple gap buffer implementation", + "license": "MIT", + "web": "https://notabug.org/vktec/nim-gapbuffer" } ] From 6a76b6709d45eb1fb15e378d07a342c012f38b81 Mon Sep 17 00:00:00 2001 From: Samadi van Koten Date: Sun, 27 Nov 2016 21:40:32 +0000 Subject: [PATCH 2/2] Remove space from tag "gap buffer" --- packages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 2178f47..133d81a 100644 --- a/packages.json +++ b/packages.json @@ -5508,7 +5508,7 @@ "seq", "sequence", "string", - "gap buffer" + "gapbuffer" ], "description": "A simple gap buffer implementation", "license": "MIT",