aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChloe Kudryavtsev <chloe.kudryavtsev@gmail.com>2017-06-17 05:36:18 -0400
committerChloe Kudryavtsev <chloe.kudryavtsev@gmail.com>2017-06-17 05:36:18 -0400
commit478a64938f98e682b28ce2691d7dc7120c8007ed (patch)
treed47c3a8fcc27940fc80f9f7db17cbc5291279839
parentcfa4dec45ff4990be5460ebdb3b43acb1f1fa5d1 (diff)
downloadpackages-478a64938f98e682b28ce2691d7dc7120c8007ed.tar.gz
packages-478a64938f98e682b28ce2691d7dc7120c8007ed.zip
Added package pipe
-rw-r--r--packages.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 2b2f68e..d819d90 100644
--- a/packages.json
+++ b/packages.json
@@ -6512,5 +6512,16 @@
"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": [
+ "v0.1.0"
+ ],
+ "description": "Pipe operator for nim.",
+ "license": "MIT",
+ "web": "https://github.com/5paceToast/pipe"
}
]