Code Monkey home page Code Monkey logo

luagit2's Introduction

Luagit2

(for Lua == 5.3 )

Updated Lua bindings to libgit2 written using LuaC-API and tests written using Busted and coverage using luacov.

Though the project is still under development, you can try, install and test the project using:

Installation

  • First, install libgit2, according to the instructions on their documentation.

  • Since this project depends on LuaC-Api , it is required to install liblua5.3-dev as :

sudo apt-get install liblua5.3-dev

Install using cmake/make

git clone https://github.com/SatyendraBanjare/luagit2.git
cd luagit2
mkdir build && cd build
cmake ..
make 
sudo make install

install using luarocks

cd luagit2 
sudo luarocks make

Runnig tests

Make sure you have Busted and luacov installed (refer link above).

cd tests/
busted . -c 

To get the coverage result,

cd tests/
luacov

It generates text file luacov.report.out our final coverage report.

luagit2's People

Contributors

ethomson avatar etiene avatar satyendrabanjare avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

luagit2's Issues

Lua 5.3 features used

Hi, first of all, thanks for this lib!

I'm using LuaJIT 2 exclusively and would like to know what the main features are that this lib uses which are exclusive to Lua 5.3 (vs 5.1 for JIT) just to gauge how much effort it would be for me to adapt this to my purposes.

Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.