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