libgit2@1.7

C library providing Git core methods with re-entrant linkable API

brewmacoslinux
Try with needOr install directly
Source

About

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

Commands

libgit2

Examples

Link against libgit2 in a C/C++ project compilation$ gcc myapp.c -o myapp $(pkg-config --cflags --libs libgit2)
Check libgit2 version and installation details$ pkg-config --modversion libgit2
Verify libgit2 library paths for development$ pkg-config --list-all | grep libgit2