From 0b7e33fc7860ff622128d48240b7a10456276518 Mon Sep 17 00:00:00 2001 From: Jack VanDrunen Date: Tue, 16 Jun 2015 21:35:34 -0400 Subject: [PATCH] Add sequester --- packages.json | 9 +++++++++ 1 file changed, 9 insertions(+) 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" } ]