From 1b3f9e4de8166bc0b4c45cb460d86f27a8cf6da5 Mon Sep 17 00:00:00 2001 From: achesak Date: Sat, 5 Sep 2015 13:14:37 -0500 Subject: [PATCH 1/2] Add vidhdr. --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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" } ] From b64dd3199403848a0e7fc1a0537603e001ee7e9e Mon Sep 17 00:00:00 2001 From: achesak Date: Sat, 5 Sep 2015 13:16:30 -0500 Subject: [PATCH 2/2] Add gitapi. --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 699afd4..4473eb5 100644 --- a/packages.json +++ b/packages.json @@ -3227,5 +3227,18 @@ "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" } ]