add unroll (#2763)

This commit is contained in:
Joel Lienhard 2023-11-26 19:59:31 +01:00 committed by GitHub
parent cbffa610ea
commit c2132c733f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",