Skip to content

eraviart/LibGit2.jl

 
 

Repository files navigation

LibGit2.jl

Work in Progress LibGit2 bindings for Julia

Adapted from the Ruby's Rugged libgit bindings

Build Status Build status Coverage Status

Installation / Testing

LibGit2.jl is tested against the latest release version of libgit2 (v0.21.3). To build libgit2 from source you need CMake. See the specific build instructions in libgit2's README.

To install and build the package, simply clone the latest master snapshot of the package:

Pkg.clone("LibGit2")
Pkg.build("LibGit2")

The test suite can then be run with:

Pkg.test("LibGit2")

About

Julia bindings to the LibGit2 library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Julia 99.7%
  • Shell 0.3%