8000 GitHub - asbjornu/luagit2: Lua bindings for libgit2
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

asbjornu/luagit2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

luagit2

LibGit2 bindings for Lua. API Docs

libgit2 version

Currently supports version v0.17.0

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, this is the bindings generator used to convert the *.nobj.lua files into a native Lua module.

About

Lua bindings for libgit2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 65.0%
  • Lua 33.2%
  • CMake 1.8%
0