aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2016-12-16 20:12:09 +0100
committerGitHub <noreply@github.com>2016-12-16 20:12:09 +0100
commitaf37b2b2f6a56e5849bf455930e485988779be66 (patch)
tree2abfeeb61ad2942b7a7da6e928e1f3d85639055a
parenta84be8676c8dc80d4a50135d099bdfb9142e9543 (diff)
parent8830f760bfa3541f0b27b194981e6f6ab2b57d85 (diff)
downloadpackages-af37b2b2f6a56e5849bf455930e485988779be66.tar.gz
packages-af37b2b2f6a56e5849bf455930e485988779be66.zip
Merge pull request #439 from iourinski/add-mutableseqs2359
Added package mutableseqs
-rw-r--r--packages.json11
1 files changed, 10 insertions, 1 deletions
diff --git a/packages.json b/packages.json
index f4f2da3..b906641 100644
--- a/packages.json
+++ b/packages.json
@@ -5555,6 +5555,15 @@
],
"description": "A wrapper for stb_image and stb_image_write.",
"license": "Unlicense (Public Domain)",
- "web": "https://gitlab.com/define-private-public/stb_image-Nim"
+ "web": "https://gitlab.com/define-private-public/stb_image-Nim"
+ },
+ {
+ "name": "mutableseqs",
+ "url": "https://github.com/iourinski/mutableseqs",
+ "method": "git",
+ "tags": [],
+ "description": "utilities for transforming sequences",
+ "license": "MIT",
+ "web": "https://github.com/iourinski/mutableseqs"
}
]