VAStGoodies.com
Your VA Smalltalk OSS repository. Powered by VA Smalltalk with Seaside.

Jan van de Sandt

Email:jvdsandt@gmail.com
Contributions:Cloudfork, Cloudfork ActiveItem, CloudforkAWS, CloudforkAWSWithTests, CloudforkSSO, CloudforkSSOWithTests, LibGit, WinCrypt, WinCryptWithTests, WinHttpClient, WinHttpClientWebServiceSupport, WinHttpClientWebServiceSupportWithTests, WinHttpClientWithTests
LibGit - VA Smalltalk bindings for libgit2

libgit2 is a portable implementation of the core Git functionality
with a clearly defined API.
See the project homepage: https://libgit2.github.com/

The VA Smalltalk version of LibGit is derived from LibGit for Pharo Smalltalk. A
project of Max Leske, see https://github.com/theseion/libgit2-pharo-bindings

Applications
=============
LibGitCoreApp - The main application that provides bindings for the libgit2 api. Currently only
a part of this API is accessible from Smalltalk. This application uses the (32 bit) libgit2
libraries.
LibGitCoreTestApp - Tests for LibGitCoreApp.
LibGitDemoViewApp - A small demo application that shows how LibGit can be used to browse the
commits of a local repository.

libgit2 files
=============
On the libgit2 project page only a source download is available. An easy way to get the binaries
you need is to download Pharo Smalltalk for Windows (from http://pharo.org/). Copy the following
dll's to a place where the VA Smalltalk exetable can access them:
  • libgit2.dll
  • libgitssh2-1.dll
  • zlib1.dll
  • libeay32.dll
Number of uploads:41