[ANN] guile-curl 0.4

Mike Gran <[email protected]> Mon, 24 Oct 2016 00:01:58 +0000 (UTC)
Newsgroups gmane.lisp.guile.user,gmane.lisp.guile.sources
Message-ID <[email protected]>
I am release an update of guile-curl, which is a library
for fetching files by URL from the internet in the GNU Guile
dialect of the Scheme programming language.  It supports
many protocols, such as https, ftp, tftp, and gopher.
The webpage for the library is at 
http://lonelycactus.com/guile-curl.html
The development tree is at 
https://github.com/spk121/guile-curl/
The latest source archive is at
http://lonelycactus.com/tarball/guilecurl-0.4.tar.gz
The NEWS for this release is
- support for READDATA callbacks
- bug fixes, especially with respect to garbage collection
  on newer version of Guile.
There is no mailing list per se, but, you can contact
the project either via 
https://github.com/spk121/guile-curl/issues
or by e-mailing me directly at [email protected]
Thanks
Mike Gran