diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2016-11-27 23:15:24 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-11-27 23:15:24 +0100 |
| commit | 8cb323ab5970a23f819339fc45aa2fee90ce3d37 (patch) | |
| tree | b336a274b2d25a4c5f205795da12ad547b196fc2 | |
| parent | d52e61310376a8dcef9deed20d1cef7d427fef50 (diff) | |
| parent | 6a76b6709d45eb1fb15e378d07a342c012f38b81 (diff) | |
| download | packages-8cb323ab5970a23f819339fc45aa2fee90ce3d37.tar.gz packages-8cb323ab5970a23f819339fc45aa2fee90ce3d37.zip | |
Merge pull request #429 from vktec/gapbuffer
Add gapbuffer
| -rw-r--r-- | packages.json | 15 |
1 files changed, 15 insertions, 0 deletions
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" } ] |
