From 1534b3b936d0e4ceec7d7c7c1be5fa8fa4aac000 Mon Sep 17 00:00:00 2001 From: Brian Rogoff Date: Mon, 23 Oct 2017 19:26:21 -0700 Subject: [PATCH] Added package vla --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 4784341..ba94e82 100644 --- a/packages.json +++ b/packages.json @@ -7451,5 +7451,17 @@ "description": "Go-like interfaces", "license": "Apache License 2.0", "web": "https://github.com/andreaferretti/interfaced" + }, + { + "name": "vla", + "url": "https://github.com/bpr/vla", + "method": "git", + "tags": [ + "vla", + "alloca" + ], + "description": "Variable length arrays for Nim", + "license": "MIT", + "web": "https://github.com/bpr/vla" } ]