libgit2@1.6

C library providing Git core methods as a re-entrant linkable library

brewmacoslinux
Try with needOr install directly
Source

About

C library of Git core methods that is re-entrant and linkable

Commands

libgit2@1.6

Examples

Link libgit2@1.6 in a C/C++ project by including headers and linking the library$ gcc -I$(brew --prefix libgit2@1.6)/include myapp.c -L$(brew --prefix libgit2@1.6)/lib -lgit2 -o myapp
Check the installed version of libgit2@1.6$ pkg-config --modversion libgit2
Find the library path for use in build systems$ brew --prefix libgit2@1.6