From b64dd3199403848a0e7fc1a0537603e001ee7e9e Mon Sep 17 00:00:00 2001 From: achesak Date: Sat, 5 Sep 2015 13:16:30 -0500 Subject: [PATCH] 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" } ]