# luagit2 **Repository Path**: mirrors_LuaDist/luagit2 ## Basic Information - **Project Name**: luagit2 - **Description**: Lua bindings for libgit2 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-01-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README luagit2 ======= LibGit2 bindings for Lua. Installing ---------- ### Install lua-git2: curl -O "https://github.com/libgit2/luagit2/raw/master/lua-git2-scm-0.rockspec" luarocks install lua-git2-scm-0.rockspec To re-generating the bindings ----------------------------- You will need to install LuaNativeObjects and set the CMake variable `USE_PRE_GENERATED_BINDINGS` to FALSE. By default CMake will use the pre-generated bindings that are include in the project. Build Dependencies ------------------ Optional dependency for re-generating Lua bindings from `*.nobj.lua` files: * [LuaNativeObjects](https://github.com/Neopallium/LuaNativeObjects), this is the bindings generator used to convert the `*.nobj.lua` files into a native Lua module.