Skip to content

Freed-Wu/lua-git2-temp

 
 

Repository files navigation

luagit2

LibGit2 bindings for Lua. API Docs

libgit2 version

Currently supports version >= 0.17

Installing

Install lua-git2 release 0.1:

luarocks install lua-git2

Install lua-git2 from github:

luarocks install https://raw.githubusercontent.com/libgit2/luagit2/refs/heads/master/rockspecs/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, this is the bindings generator used to convert the *.nobj.lua files into a native Lua module.

About

Lua bindings for libgit2

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 67.5%
  • Lua 30.8%
  • CMake 1.7%