diff --git a/packages.json b/packages.json index 9b0fccf..f58f2cf 100644 --- a/packages.json +++ b/packages.json @@ -350,6 +350,18 @@ "description": "generate setters and getters for object types", "license": "MIT" }, + { + "name": "unroll", + "url": "https://github.com/choltreppe/unroll", + "method": "git", + "tags": [ + "unroll", + "compiletime", + "map" + ], + "description": "unroll for-loops (and map into seq/array) at compile-time in nim", + "license": "MIT" + }, { "name": "geolocation", "url": "https://github.com/HazeCS/geolocation",