aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamadi van Koten <me@vktec.co.uk>2016-11-27 01:19:46 +0000
committerSamadi van Koten <me@vktec.co.uk>2016-11-27 01:19:46 +0000
commit912fe92fbf9bb9448687b04345cc7758b0f10cf8 (patch)
treefae8aec878cb1eddbc600156707698ce9f370e2d
parent3b72499d963a7daf3eed83f1d209e65297fec66f (diff)
downloadpackages-912fe92fbf9bb9448687b04345cc7758b0f10cf8.tar.gz
packages-912fe92fbf9bb9448687b04345cc7758b0f10cf8.zip
Add gapbuffer
-rw-r--r--packages.json15
1 files changed, 15 insertions, 0 deletions
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"
}
]