Nausicaa/cURL is a distribution of Scheme libraries for R6RS
Scheme implementations; it provides bindings for the cURL C
language library. It is built upon the Nausicaa/Scheme
package, making use of its foreign-functions interface.
cURL is a tool to transfer data to or from a server, using
one of the supported protocols (HTTP, HTTPS, FTP, FTPS,
TFTP, DICT, TELNET, LDAP or FILE).
The package works with Ikarus, Mosh and Ypsilon Scheme;
Larceny Scheme is not supported. It currently supports only
GNU+Linux systems.
The latest release of the Nausicaa/cURL package is
available at:
<http://github.com/marcomaggi/nausicaa/downloads>
the home page of the Nausicaa project is at:
<http://marcomaggi.github.com/nausicaa.html>
development takes place at:
<http://github.com/marcomaggi/nausicaa/tree/master>
the documentation is available on line:
<http://marcomaggi.github.com/docs/nausicaa-curl.html>
cURL is available here:
Notes for 2009-11-26 tag 0.1a0
------------------------------
* It has been tested with cURL 7.19.7.
* Alpha release. Testing is needed, especially for HTTP
POST.
* Requires Nausicaa/Scheme version 0.1a6.
--
Marco Maggi