Skip to content

jtippett/gitrekt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitRekt

This is a simple extraction of the libgit2 wrapper library from https://github.com/redrabbit/git.limo, with some fixed headers and updated Makefile for modern MacOS and Linux.

Usage

Ensure you have libgit2 installed on your system. On MacOS, you can install it with Homebrew:

brew install libgit2

Then put this in your mixfile:

  {:gitrekt, git: "https://github.com/jtippett/gitrekt.git", branch: "main"}

Then run mix deps.get and you're good to go.

About

Extraction of git.limo's libgit2 wrapper NIF

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published