summaryrefslogtreecommitdiff
path: root/README.md
blob: 2927dc590d2edcda1a7cb7dfe0f7c92c626b5058 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
luagit2
=======

LibGit2 bindings for Lua.

Installing
----------

### Install lua-git2:

curl -O "https://github.com/Neopallium/luagit2/raw/master/lua-git2-scm-0.rockspec"

luarocks install lua-git2-scm-0.rockspec


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.