On 2012-10-10 00:46, Andrej Mitrovic wrote:
http://libgit2.github.com/

libgit has things like clone/commit/tag, reading/writing git loose
object files. You can easily deflate object files using std.zlib, but
unfortunately there's no git pack file unpacker in libgit (you can
externally use git's unpack-objects command for that).

I don't know whether dstep[1] can autogenerate the bindings (haven't
tried it myself), any luck there from anyone?

This is the output of dstep on all files in libgit2/include:

https://dl.dropbox.com/u/18386187/libgit2.zip

I have no idea if it compiles.

--
/Jacob Carlborg

Reply via email to