diff options
| author | achesak <achesak@yahoo.com> | 2015-09-05 13:14:37 -0500 |
|---|---|---|
| committer | achesak <achesak@yahoo.com> | 2015-09-05 13:14:37 -0500 |
| commit | 1b3f9e4de8166bc0b4c45cb460d86f27a8cf6da5 (patch) | |
| tree | d32d841774c16558d5cdda599107b4d513a639be | |
| parent | 575a9be627bfd0bf83025577dc11464a933b6593 (diff) | |
| download | packages-1b3f9e4de8166bc0b4c45cb460d86f27a8cf6da5.tar.gz packages-1b3f9e4de8166bc0b4c45cb460d86f27a8cf6da5.zip | |
Add vidhdr.
| -rw-r--r-- | packages.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json index fc5a09e..699afd4 100644 --- a/packages.json +++ b/packages.json @@ -3214,5 +3214,18 @@ "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" } ] |
