Add package unrolled (#1965)

This commit is contained in:
Felipe S. S. Schneider 2021-07-07 02:12:36 -03:00 committed by GitHub
parent 01fc1c8d9a
commit 64fd06d0b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15730,7 +15730,7 @@
"license": "MIT",
"web": "https://github.com/planetis-m/libfuzzer"
},
{
{
"name": "sums",
"url": "https://github.com/planetis-m/sums",
"method": "git",
@ -23286,5 +23286,18 @@
"description": "Awaitable threadpool",
"license": "MIT",
"web": "https://github.com/yglukhov/asyncthreadpool"
},
{
"name": "unrolled",
"url": "https://github.com/schneiderfelipe/unrolled",
"method": "git",
"tags": [
"macros",
"unroll",
"for-loops"
],
"description": "Unroll for-loops at compile-time.",
"license": "MIT",
"web": "https://github.com/schneiderfelipe/unrolled"
}
]