From dd0d83b0305449cfc3818b70ad552dbd7a6b57c8 Mon Sep 17 00:00:00 2001 From: Luca Date: Tue, 12 Apr 2022 00:37:07 +0000 Subject: [PATCH] Add package resultutils (#2198) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 37c93f5..435fd4b 100644 --- a/packages.json +++ b/packages.json @@ -25749,5 +25749,17 @@ "description": "Automatically extracts the data of sites", "license": "GPL-3.0-only", "web": "https://gitlab.com/lurlo/parsepage" + }, + { + "name": "resultutils", + "url": "https://github.com/nonnil/resultutils", + "method": "git", + "tags": [ + "result", + "results" + ], + "description": "Utility macros for easier handling of Result", + "license": "MIT", + "web": "https://github.com/nonnil/resultutils" } ]