Hello- I've rolled up a new release of the guile-curl package. guile-curl is a library that has procedures that allow Guile to do client-side URL transfers, like requesting documents from http or ftp servers. It is based on the libcurl library.
Guile has native procedures to download from plain http, but, for more obscure types of URLs, curl can be pretty valuable. You never know when you'll need to use tftp. ;-) The purpose for this release is to fix a crash bug related to the freeing of memory used in HTTP POST operations. tarball: http://www.lonelycactus.com/tarball/guilecurl-0.3.tar.gz source code: http://github.com/spk121/guile-curl home page: http://www.lonelycactus.com/guile-curl.html Thanks, Mike Gran