aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Rogoff <brogoff@gmail.com>2017-10-23 19:26:21 -0700
committerBrian Rogoff <brogoff@gmail.com>2017-10-23 19:26:21 -0700
commit1534b3b936d0e4ceec7d7c7c1be5fa8fa4aac000 (patch)
treef58ad0a7482c9949f0125921f01f03e4c8fbb438
parente7fbc686381f5bcfa8e132a8d0727b8a4fcf2ff2 (diff)
downloadpackages-1534b3b936d0e4ceec7d7c7c1be5fa8fa4aac000.tar.gz
packages-1534b3b936d0e4ceec7d7c7c1be5fa8fa4aac000.zip
Added package vla
-rw-r--r--packages.json12
1 files changed, 12 insertions, 0 deletions
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"
}
]