diff options
| author | Charles Barto <bartoc@umich.edu> | 2017-08-15 00:34:02 -0400 |
|---|---|---|
| committer | Charles Barto <bartoc@umich.edu> | 2017-08-15 00:34:02 -0400 |
| commit | bcee70a05294500191df839ea1fa256392ec3b0a (patch) | |
| tree | ec22b4aecd6eb448ec06b983d420df583593657e | |
| parent | df19c5f0b3e7e4b1663a80f9c91e1aea2349a1d4 (diff) | |
| download | packages-bcee70a05294500191df839ea1fa256392ec3b0a.tar.gz packages-bcee70a05294500191df839ea1fa256392ec3b0a.zip | |
Added package libgit2
| -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" } ] |
