diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2017-08-15 19:00:23 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-15 19:00:23 +0100 |
| commit | 9e04f86aa853406a067f84d2325ff26a55ceed6b (patch) | |
| tree | ec22b4aecd6eb448ec06b983d420df583593657e /packages.json | |
| parent | df19c5f0b3e7e4b1663a80f9c91e1aea2349a1d4 (diff) | |
| parent | bcee70a05294500191df839ea1fa256392ec3b0a (diff) | |
| download | packages-9e04f86aa853406a067f84d2325ff26a55ceed6b.tar.gz packages-9e04f86aa853406a067f84d2325ff26a55ceed6b.zip | |
Merge pull request #566 from barcharcraz/add-libgit20434
Added package libgit2
Diffstat (limited to 'packages.json')
| -rw-r--r-- | packages.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 5a7e709..73a2982 100644 --- a/packages.json +++ b/packages.json @@ -7015,5 +7015,20 @@ "description": "untitled shell history application", "license": "MIT", "web": "https://github.com/subsetpark/untitled-shell-history-application" + }, + { + "name": "libgit2", + "url": "https://github.com/barcharcraz/libgit2-nim", + "method": "git", + "tags": [ + "git", + "libgit", + "libgit2", + "vcs", + "wrapper" + ], + "description": "Libgit2 low level wrapper", + "license": "MIT", + "web": "https://github.com/barcharcraz/libgit2-nim" } ] |
