C library providing Git core methods with re-entrant linkable API
C library of Git core methods that is re-entrant and linkable
libgit2$ gcc myapp.c -o myapp $(pkg-config --cflags --libs libgit2)$ pkg-config --modversion libgit2$ pkg-config --list-all | grep libgit2