diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-01-01 21:01:33 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-01-01 21:01:33 +0000 |
| commit | 93860d323f5e635f7bb989a23abc21c053103873 (patch) | |
| tree | 7137c6b55eecf550427ca3f58273f148a06f56a8 | |
| parent | c31e1b6268af62968a3b3464b41366c4d69283aa (diff) | |
| parent | ba514be15aa7b93dca90463006e4d1a684ba303a (diff) | |
| download | packages-93860d323f5e635f7bb989a23abc21c053103873.tar.gz packages-93860d323f5e635f7bb989a23abc21c053103873.zip | |
Merge pull request #630 from Michedev/master
Add sequtils2 library
| -rw-r--r-- | packages.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages.json b/packages.json index f120663..baa10e2 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", |
