Added Bip Buffer package (#1015)

This commit is contained in:
Marc Azar 2019-02-24 17:08:51 +02:00 committed by Miran
parent c2243129f6
commit d5b731224c

View File

@ -1,4 +1,19 @@
[
{
"name": "BipBuffer",
"url": "https://github.com/MarcAzar/BipBuffer",
"method": "git",
"tags": [
"Bip Buffer",
"Circular",
"Ring",
"Buffer",
"nim"
],
"description": "A Nim implementation of Simon Cooke's Bip Buffer. A type of circular buffer ensuring contiguous blocks of memory",
"license": "MIT",
"web": "https://github.com/MarcAzar/BipBuffer"
},
{
"name": "whip",
"url": "https://github.com/mattaylor/whip",