Added package foreach (#1174)

This commit is contained in:
Andy Davidoff 2019-09-22 02:55:38 -04:00 committed by Miran
parent cda1bb43b2
commit 56076cf596

View File

@ -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"
}
]