From 9054bb4cac1cbbe438a65d93022013ad167981bc Mon Sep 17 00:00:00 2001 From: genotrance Date: Fri, 11 Oct 2019 00:40:27 -0500 Subject: [PATCH] Added package nimgit2 (#1203) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index b4c79e5..860b487 100644 --- a/packages.json +++ b/packages.json @@ -14761,5 +14761,19 @@ "description": "a benchmark tool", "license": "MIT", "web": "https://github.com/disruptek/golden" + }, + { + "name": "nimgit2", + "url": "https://github.com/genotrance/nimgit2", + "method": "git", + "tags": [ + "git", + "wrapper", + "libgit2", + "binding" + ], + "description": "libgit2 wrapper for Nim", + "license": "MIT", + "web": "https://github.com/genotrance/nimgit2" } ]