diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-09-05 19:24:05 +0100 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-09-05 19:24:05 +0100 |
| commit | 82f5c4e39764f5eccd3a280d2f226001b0b2cb36 (patch) | |
| tree | 534c2adf547b4787da1862a3bba4b302a02dc5d1 | |
| parent | 575a9be627bfd0bf83025577dc11464a933b6593 (diff) | |
| parent | b64dd3199403848a0e7fc1a0537603e001ee7e9e (diff) | |
| download | packages-82f5c4e39764f5eccd3a280d2f226001b0b2cb36.tar.gz packages-82f5c4e39764f5eccd3a280d2f226001b0b2cb36.zip | |
Merge pull request #251 from achesak/master
Add vidhdr and gitapi
| -rw-r--r-- | packages.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/packages.json b/packages.json index fc5a09e..4473eb5 100644 --- a/packages.json +++ b/packages.json @@ -3214,5 +3214,31 @@ "description": "everything search engine wrapper", "license": "MIT", "web": "https://github.com/xland/nimeverything" + }, + { + "name": "vidhdr", + "url": "git://github.com/achesak/nim-vidhdr", + "method": "git", + "tags": [ + "video", + "formats", + "file" + ], + "description": "Library for detecting the format of an video file", + "license": "MIT", + "web": "https://github.com/achesak/nim-vidhdr" + }, + { + "name": "gitapi", + "url": "git://github.com/achesak/nim-gitapi", + "method": "git", + "tags": [ + "git", + "version control", + "library" + ], + "description": "Nim wrapper around the git version control software", + "license": "MIT", + "web": "https://github.com/achesak/nim-gitapi" } ] |
