aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2017-06-17 13:47:36 +0100
committerGitHub <noreply@github.com>2017-06-17 13:47:36 +0100
commit115fb1eca07195a1ae44f01c18a44c796608b151 (patch)
tree55fb9c62d651d6a11361c6fdead9fe1e490089f1
parentcfa4dec45ff4990be5460ebdb3b43acb1f1fa5d1 (diff)
parent839a1426ee0cae44bb99e00182cd29051c1a2925 (diff)
downloadpackages-115fb1eca07195a1ae44f01c18a44c796608b151.tar.gz
packages-115fb1eca07195a1ae44f01c18a44c796608b151.zip
Merge pull request #525 from 5paceToast/add-pipe0936
Add package pipe
-rw-r--r--packages.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 2b2f68e..4fe7c7e 100644
--- a/packages.json
+++ b/packages.json
@@ -6512,5 +6512,19 @@
"description": "Universally Unique Lexicographically Sortable Identifier",
"license": "MIT",
"web": "https://github.com/adelq/ulid"
+ },
+ {
+ "name": "pipe",
+ "url": "https://github.com/5paceToast/pipe",
+ "method": "git",
+ "tags": [
+ "pipe",
+ "macro",
+ "operator",
+ "functional"
+ ],
+ "description": "Pipe operator for nim.",
+ "license": "MIT",
+ "web": "https://github.com/5paceToast/pipe"
}
]