Hi, Artyom Poptsov <[email protected]> skribis:
> I'm working on a library called Guile-SSH. The goal is to provide API > for Guile programs for working with SSH protocol. > > Guile-SSH is a wrapper to the underlying libssh [1] library, and > currently it provides only SSH client API. The sources are available > under terms of GNU GPLv3 on GitHub: > https://github.com/artyom-poptsov/libguile-ssh This looks great! It seems you’ve been testing with Guile 1.8, right? I think the code should work with few or no modifications with 2.0–and I would recommend targeting that series. Ludo’.
