diff options
| -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" } ] |
