diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2017-10-24 14:04:42 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-10-24 14:04:42 +0100 |
| commit | b171cd2138b588d9fd8db6a73b25d75392ee5239 (patch) | |
| tree | f58ad0a7482c9949f0125921f01f03e4c8fbb438 | |
| parent | e7fbc686381f5bcfa8e132a8d0727b8a4fcf2ff2 (diff) | |
| parent | 1534b3b936d0e4ceec7d7c7c1be5fa8fa4aac000 (diff) | |
| download | packages-b171cd2138b588d9fd8db6a73b25d75392ee5239.tar.gz packages-b171cd2138b588d9fd8db6a73b25d75392ee5239.zip | |
Merge pull request #602 from bpr/add-vla0226
Add package vla
| -rw-r--r-- | packages.json | 12 |
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" } ] |
