aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2015-06-17 09:30:07 +0100
committerDominik Picheta <dominikpicheta@googlemail.com>2015-06-17 09:30:07 +0100
commit6ad54ed9db37307e4987668863ab4dad2a7ec816 (patch)
treea470978d0ed618bdcfe99bb0170857f4a977f5e7
parent9326660ed73fea14d811e1a01894a0fe1ec745e1 (diff)
parent0b7e33fc7860ff622128d48240b7a10456276518 (diff)
downloadpackages-6ad54ed9db37307e4987668863ab4dad2a7ec816.tar.gz
packages-6ad54ed9db37307e4987668863ab4dad2a7ec816.zip
Merge pull request #192 from fallingduck/master
Add sequester
-rw-r--r--packages.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 6bbcac1..fc1ec99 100644
--- a/packages.json
+++ b/packages.json
@@ -1704,5 +1704,14 @@
"description": "Linear algebra for Nim",
"license": "Apache License 2.0",
"web": "https://github.com/unicredit/linear-algebra"
+ },
+ {
+ "name": "sequester",
+ "url": "https://github.com/fallingduck/sequester",
+ "method": "git",
+ "tags": ["library", "seq", "sequence", "strings", "iterators", "php"],
+ "description": "Library for converting sequences to strings. Also has PHP-inspired explode and implode procs.",
+ "license": "ISC",
+ "web": "https://github.com/fallingduck/sequester"
}
]