5 #cfg_name="cmake -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_CLAR=OFF -DSTDCALL=OFF -DBUILD_SHARED_LIBS=OFF .."
6 cfg_name="cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBUILD_SHARED_LIBS=ON -DBUILD_TESTS=OFF -DBUILD_CLI=OFF -DUSE_THREADS=OFF -DUSE_ICONV=OFF .."
10 libgit2 -- pure C implementation of the Git core methods
12 `libgit2` is a portable, pure C implementation of the Git core
13 methods provided as a re-entrant linkable library with a solid API,
14 allowing you to write native speed custom Git applications in any
15 language with bindings.