diff options
| author | achesak <achesak@yahoo.com> | 2015-09-05 13:16:30 -0500 |
|---|---|---|
| committer | achesak <achesak@yahoo.com> | 2015-09-05 13:16:30 -0500 |
| commit | b64dd3199403848a0e7fc1a0537603e001ee7e9e (patch) | |
| tree | 534c2adf547b4787da1862a3bba4b302a02dc5d1 | |
| parent | 1b3f9e4de8166bc0b4c45cb460d86f27a8cf6da5 (diff) | |
| download | packages-b64dd3199403848a0e7fc1a0537603e001ee7e9e.tar.gz packages-b64dd3199403848a0e7fc1a0537603e001ee7e9e.zip | |
Add gitapi.
| -rw-r--r-- | packages.json | 13 |
1 files changed, 13 insertions, 0 deletions
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" } ] |
