aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@gmail.com>2016-03-29 13:57:10 +0100
committerDominik Picheta <dominikpicheta@gmail.com>2016-03-29 13:57:10 +0100
commitc003174a7b2fad0a967f0d76e1d05fcdd52f045e (patch)
tree464429b19a2b83dd18812542ba7e1ff8920d33d2
parentab011ac5bd8157d883548d4a36f46945c1442c5d (diff)
parenta67bea3d22c3eed8913cc124833cf1967fb0edc5 (diff)
downloadpackages-c003174a7b2fad0a967f0d76e1d05fcdd52f045e.tar.gz
packages-c003174a7b2fad0a967f0d76e1d05fcdd52f045e.zip
Merge branch 'master' of github.com:nim-lang/packages
-rw-r--r--packages.json41
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"
}
]