From 64fd06d0b5a2445fe1b7495db0b8791689c9115b Mon Sep 17 00:00:00 2001 From: "Felipe S. S. Schneider" <37125+schneiderfelipe@users.noreply.github.com> Date: Wed, 7 Jul 2021 02:12:36 -0300 Subject: [PATCH] Add package unrolled (#1965) --- packages.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index f87efd2..edb796e 100644 --- a/packages.json +++ b/packages.json @@ -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" } ]