Dylan bindings for libgit2.
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
ext
registry/generic
tests
.gitignore
.gitmodules
LICENSE
Makefile
README.rst
checkout.dylan
clone.dylan
libgit2.intr
libgit2.lid
library.dylan
module.dylan
oid.dylan
repository.dylan
utilities.dylan

README.rst

This library wraps libgit2.

Be sure to clone this recursively:

git clone --recursive <url for repo>

To do a build, use make so that the appropriate steps are executed.

You will need Open Dylan 2012.1 or later.

You will also need a build of melange from the melange repo on your $PATH.