diff options
| author | Michedev <mdv1994@gmail.com> | 2017-12-03 21:22:25 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-12-03 21:22:25 +0100 |
| commit | ba514be15aa7b93dca90463006e4d1a684ba303a (patch) | |
| tree | 8016e2953ff2134a112204c05e3eb3e7bb95d9d5 | |
| parent | 935cb54d677db605337cd3212784a2080f71193c (diff) | |
| download | packages-ba514be15aa7b93dca90463006e4d1a684ba303a.tar.gz packages-ba514be15aa7b93dca90463006e4d1a684ba303a.zip | |
Update packages.json
| -rw-r--r-- | packages.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 29ca643..f10bc1c 100644 --- a/packages.json +++ b/packages.json @@ -1,5 +1,20 @@ [ { + "name": "sequtils2", + "url": "https://github.com/Michedev/sequtils2", + "method": "git", + "tags": [ + "library", + "sequence", + "string", + "openArray", + "functional" + ], + "description": "Additional functions for sequences that are not present in sequtils", + "license": "MIT", + "web": "http://htmlpreview.github.io/?https://github.com/Michedev/sequtils2/blob/master/sequtils2.html" + }, + { "name": "github_api", "url": "https://github.com/watzon/github-api-nim", "method": "git", |
