Hello! I’m glad to announce that Guile-Git 0.6.0 has been released, fixing longstanding issues and adding support for newer libgit2 versions! https://gitlab.com/guile-git/guile-git/ See ‘NEWS’ file excerpt below. Incidentally, Guile-Git needs your help! The initial driving force behind the project is no longer around to help (and I’d like to thank in particular Erik Edrosa for all their work shepherding the project). We need new volunteers to help, and new maintainers. If you rely on the project and/or would like to help, let’s get in touch! One of the things to look into going further is ABI compatibility. We’re playing whack-a-mole with ABI/API changes introduced as new libgit2 versions come out; the ‘check-abi’ target contributed by Sören Tempel helps in finding glaring ABI mismatches with structs, but it’s not completely bulletproof either (due to SysV alignment rules, missing fields etc. are not always uncovered, especially on 64-bit platforms). An idea might be to look into using nyacc’s ffi-helper to generate struct definitions. Happy version control! Ludo’.