Add package pipexp (#2415)

* Added package pipexp

* correct spelling

move from `functionalprogramming` to functional for the tag 🙈

Co-authored-by: Miran <narimiran@disroot.org>
This commit is contained in:
ShalokShalom 2022-12-01 16:15:40 +01:00 committed by GitHub
parent 992b63ab60
commit e3b2351d89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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