libgit2-glib

GLib wrapper library for libgit2 git access operations

brewmacoslinux
Try with needOr install directly
Source

About

Glib wrapper library around libgit2 git access library

Commands

libgit2-glib

Examples

Check if libgit2-glib is properly installed and accessible$ pkg-config --modversion libgit2-glib-1.0
Compile a C program that uses libgit2-glib library$ gcc `pkg-config --cflags libgit2-glib-1.0` program.c `pkg-config --libs libgit2-glib-1.0` -o program
View available GObject introspection data for libgit2-glib$ g-ir-inspect Ggit-1.0