diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2016-03-26 01:59:14 +0000 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2016-03-26 01:59:14 +0000 |
| commit | cdce7617412cc81ec3ccbf948bea7536f5bc937e (patch) | |
| tree | 4bc45a5a5883b6771c33b99e5d4dda44ac35db29 | |
| parent | 146fdf14fead417b1d4d9e2938c9443a1c32ec03 (diff) | |
| parent | 64f734590db117f5f2bc608b54835915e9182de1 (diff) | |
| download | packages-cdce7617412cc81ec3ccbf948bea7536f5bc937e.tar.gz packages-cdce7617412cc81ec3ccbf948bea7536f5bc937e.zip | |
Merge pull request #328 from achesak/master
Added SRT and SubViewer subtitle modules
| -rw-r--r-- | packages.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/packages.json b/packages.json index fd6d304..abafdaf 100644 --- a/packages.json +++ b/packages.json @@ -4412,5 +4412,30 @@ "description": "Low-level twitter API wrapper library for Nim.", "license": "MIT", "web": "https://github.com/kubo39/twitter" + }, + { + "name": "srt", + "url": "git://github.com/achesak/nim-srt", + "method": "git", + "tags": [ + "srt", + "subrip", + "subtitle" + ], + "description": "Nim module for parsing SRT (SubRip) subtitle files", + "license": "MIT", + "web": "https://github.com/achesak/nim-srt" + }, + { + "name": "subviewer", + "url": "git://github.co/achesak/nim-subviewer", + "method": "git", + "tags": [ + "subviewer", + "subtitle" + ], + "description": "Nim module for parsing SubViewer subtitle files", + "license": "MIT", + "web": "https://github.com/achesak/nim-subviewer" } ] |
