From f885050f4340cd2220fd77204df7d879d20ffab9 Mon Sep 17 00:00:00 2001 From: Joel Lienhard <71709264+choltreppe@users.noreply.github.com> Date: Tue, 31 Oct 2023 06:06:09 +0100 Subject: [PATCH] add arrayutils (#2732) --- packages.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/packages.json b/packages.json index 8ce919e..0a0db38 100644 --- a/packages.json +++ b/packages.json @@ -311,6 +311,14 @@ "description": "A system for generating remote-procedure-calls for any pair of server and client", "license": "MIT" }, + { + "name": "arrayutils", + "url": "https://github.com/choltreppe/arrayutils", + "method": "git", + "tags": ["array"], + "description": "map/mapIt for arrays", + "license": "MIT" + }, { "name": "geolocation", "url": "https://github.com/HazeCS/geolocation",