todaysoftware / libgit2-delphi

libgit2 bindings for Delphi/Free Pascal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libgit2-delphi

Details

Delphi / Free Pascal bindings for libgit2 v1.8(.1).

Since I could not find anything very up to date in the Delphi/Pascal world for recent libgit2 versions I decided to do something myself with assistance from CHelper.

No packages at this time, just add the LibGit2.pas file to a project and ensure that the git2/*.inc files are available and Windows builds of the git2.dll is available below (built with Visual Studio 2022).

So far we are only using it on the Windows 32-bit platform so no idea how it will work on other platforms, but any fixes and/or improvements would be welcome.

Windows Binaries

Now included as part of the releases.

License

MIT, see the LICENSE file if you've never seen an MIT license before.

Authors

  • Mark Jones

About

libgit2 bindings for Delphi/Free Pascal

License:MIT License


Languages

Language:Pascal 99.6%Language:C++ 0.4%