diff options
| author | Dominik Picheta <dominikpicheta@gmail.com> | 2016-03-29 13:57:10 +0100 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@gmail.com> | 2016-03-29 13:57:10 +0100 |
| commit | c003174a7b2fad0a967f0d76e1d05fcdd52f045e (patch) | |
| tree | 464429b19a2b83dd18812542ba7e1ff8920d33d2 | |
| parent | ab011ac5bd8157d883548d4a36f46945c1442c5d (diff) | |
| parent | a67bea3d22c3eed8913cc124833cf1967fb0edc5 (diff) | |
| download | packages-c003174a7b2fad0a967f0d76e1d05fcdd52f045e.tar.gz packages-c003174a7b2fad0a967f0d76e1d05fcdd52f045e.zip | |
Merge branch 'master' of github.com:nim-lang/packages
| -rw-r--r-- | packages.json | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 9016502..aa690bf 100644 --- a/packages.json +++ b/packages.json @@ -4426,5 +4426,46 @@ "description": "A pure-nim implementation of the STOMP protocol for machine messaging.", "license": "MIT", "web": "http://bitbucket.org/mahlon/nim-stomp" + }, + { + "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" + }, + { + "name": "Kinto", + "url": "https://github.com/OpenSystemsLab/kinto.nim", + "method": "git", + "tags": [ + "mozilla", + "kinto", + "json", + "storage", + "server", + "client" + ], + "description": "Kinto Client for Nim", + "license": "MIT", + "web": "https://github.com/OpenSystemsLab/kinto.nim" } ] |
