From 56076cf5963ead6c0527c6081c64322811d48d7b Mon Sep 17 00:00:00 2001 From: Andy Davidoff Date: Sun, 22 Sep 2019 02:55:38 -0400 Subject: [PATCH] Added package foreach (#1174) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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" } ]