aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Azar <43026186+MarcAzar@users.noreply.github.com>2019-02-24 17:08:51 +0200
committerMiran <narimiran@disroot.org>2019-02-24 16:08:51 +0100
commitd5b731224c0b5ec934120689817b3cc15d870676 (patch)
treef63997cdcacabecb0dc0603aa11b4856eeb57e28
parentc2243129f6e9f8c2f2e29594e2657b2697f62009 (diff)
downloadpackages-d5b731224c0b5ec934120689817b3cc15d870676.tar.gz
packages-d5b731224c0b5ec934120689817b3cc15d870676.zip
Added Bip Buffer package (#1015)
-rw-r--r--packages.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 18e5099..443f8d9 100644
--- a/packages.json
+++ b/packages.json
@@ -1,5 +1,20 @@
[
{
+ "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",
"method": "git",