From 4dd786336c8ee08806593c6236ad16afbdbb2abe Mon Sep 17 00:00:00 2001 From: metagn Date: Thu, 4 May 2023 05:31:17 +0300 Subject: [PATCH] Added package dirtydeeds (#2584) --- packages.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/packages.json b/packages.json index 78ee092..6f78cd7 100644 --- a/packages.json +++ b/packages.json @@ -30056,5 +30056,23 @@ "description": "A simple tool to explore Prometheus exporter metrics", "license": "mit", "web": "https://github.com/marcusramberg/promexplorer" + }, + { + "name": "dirtydeeds", + "url": "https://github.com/metagn/dirtydeeds", + "method": "git", + "tags": [ + "macro", + "curry", + "partial", + "application", + "lambda", + "functional", + "sugar", + "syntax" + ], + "description": "macro for partially applied calls", + "license": "MIT", + "web": "https://github.com/metagn/dirtydeeds" } ]