https://github.com/libgit2/luagit2
Lua bindings for libgit2
https://github.com/libgit2/luagit2
Last synced: 3 months ago
JSON representation
Lua bindings for libgit2
- Host: GitHub
- URL: https://github.com/libgit2/luagit2
- Owner: libgit2
- License: mit
- Created: 2011-02-26T16:45:58.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2024-10-02T06:16:12.000Z (9 months ago)
- Last Synced: 2025-03-28T15:04:55.437Z (3 months ago)
- Language: C
- Homepage: http://libgit2.github.com
- Size: 347 KB
- Stars: 167
- Watchers: 14
- Forks: 28
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
luagit2
=======LibGit2 bindings for Lua. [API Docs](http://libgit2.github.com/luagit2/)
libgit2 version
---------------Currently supports version >= 0.17
Installing
----------### Install lua-git2:
luarocks install https://raw.github.com/libgit2/luagit2/master/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.