dlibgit - D bindings to the libgit2 library

Andrej Mitrovic andrej.mitrovich at gmail.com
Wed Oct 10 21:51:04 PDT 2012


https://github.com/AndrejMitrovic/dlibgit

These are the D bindings to the libgit2 library. libgit2 is a
versatile git library which can read/write loose git object files,
parse commits, tags, and blobs, do tree traversals, and do much more.
For more info: http://libgit2.github.com/#cando

License note from the libgit2 homepage:
libgit2 is licensed under a very permissive license (GPLv2 with a
special Linking Exception). This basically means that you can link it
(unmodified) with any kind of software without having to release its
source code.

There are two samples ported from the libgit2 repository, and more
samples will be added soon. The bindings have been partially tested
and are known to work on Windows and Linux. Compiling with 32bit
output is recommended until aliases to integral are fixed to their
safe equivalents (size_t & friends).

The bindings were autogenerated by dgen, with a few functions
hand-copied due to inlining issues. dgen is D wrapper generator for C
and C++ libraries, a work in progress, and there are no public
releases yet.

libgit2 homepage: libgit2.github.com/
libgit2 repo: https://github.com/libgit2/libgit2/


More information about the Digitalmars-d-announce mailing list