aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorachesak <achesak@yahoo.com>2016-03-25 18:24:02 -0500
committerachesak <achesak@yahoo.com>2016-03-25 18:24:02 -0500
commit64f734590db117f5f2bc608b54835915e9182de1 (patch)
tree4bc45a5a5883b6771c33b99e5d4dda44ac35db29
parent146fdf14fead417b1d4d9e2938c9443a1c32ec03 (diff)
downloadpackages-64f734590db117f5f2bc608b54835915e9182de1.tar.gz
packages-64f734590db117f5f2bc608b54835915e9182de1.zip
Added srt and subviewer
-rw-r--r--packages.json25
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"
}
]