diff options
| author | Andy Davidoff <disruptek@users.noreply.github.com> | 2019-09-22 02:55:38 -0400 |
|---|---|---|
| committer | Miran <narimiran@disroot.org> | 2019-09-22 08:55:38 +0200 |
| commit | 56076cf5963ead6c0527c6081c64322811d48d7b (patch) | |
| tree | ebd56e4e06fef2123841fde5f9bc1e2f2f162de9 | |
| parent | cda1bb43b251e980738a023f5fab2e0063f81084 (diff) | |
| download | packages-56076cf5963ead6c0527c6081c64322811d48d7b.tar.gz packages-56076cf5963ead6c0527c6081c64322811d48d7b.zip | |
Added package foreach (#1174)
| -rw-r--r-- | packages.json | 13 |
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" } ] |
