From e3b2351d89c52ee9b87496cda4b08fb0f7cd9991 Mon Sep 17 00:00:00 2001 From: ShalokShalom Date: Thu, 1 Dec 2022 16:15:40 +0100 Subject: [PATCH] Add package pipexp (#2415) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Added package pipexp * correct spelling move from `functionalprogramming` to functional for the tag 🙈 Co-authored-by: Miran --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 812a9a3..30d9a33 100644 --- a/packages.json +++ b/packages.json @@ -27945,6 +27945,19 @@ "license": "MIT", "web": "https://github.com/nim-lang/cgi" }, + { + "name": "pipexp", + "url": "https://codeberg.org/emanresu3/nim-pipexp", + "method": "git", + "tags": [ + "functional", + "pipeline", + "composition" + ], + "description": "Expression-based pipe operators with placeholder argument", + "license": "MIT", + "web": "https://codeberg.org/emanresu3/nim-pipexp" + }, { "name": "smtp", "url": "https://github.com/nim-lang/smtp",