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",