Re: Guile-SSH 0.3.1 released

2013-07-16 Thread Artyom Poptsov
Hi Ludovic, > Artyom Poptsov 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

Re: Guile-SSH 0.3.1 released

2013-07-16 Thread Ludovic Courtès
Hi, Artyom Poptsov 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 >

Re: Guile-SSH 0.3.1 released

2013-07-15 Thread Nala Ginrut
Cool! 在 2013-7-16 AM4:06,"Artyom Poptsov" 写道: > > Hello, > > 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.