aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 7e01a1c..4bae7da 100644
--- a/packages.json
+++ b/packages.json
@@ -14391,5 +14391,18 @@
"description": "Genetic Algorithm Library for Nim.",
"license": "MIT",
"web": "https://github.com/toshikiohnogi/nimga"
+ },
+ {
+ "name": "foreach",
+ "url": "https://github.com/disruptek/foreach",
+ "method": "git",
+ "tags": [
+ "macro",
+ "syntax",
+ "sugar"
+ ],
+ "description": "A sugary for loop with syntax for typechecking loop variables",
+ "license": "MIT",
+ "web": "https://github.com/disruptek/foreach"
}
]