adacURL
=======

This is an Ada95 binding to libcurl.

It implements all of the C API, except for;
	curl_mprintf family functions
	curl_strequal dn curlnequal

The functionality they provide is better supported by the native functions 
in Ada language.

LICENSE
This binding is using the GMGPL license (Gnat Modified GPL). It essentially
means that other work can use this binding without necessarily have to be
covered by GPL. Please see source code for more details, as well as COPYING.

libcurl is copyrighted by Daniel Stenberg, <daniel at haxx dot se>.
See COPYING.CURL for details.

SAMPLES
Three sample files are included to show the concepts on how to use libcurl
from Ada95.

DOES IT WORK
This code is only known to be running on Solaris 9 SPARC systems with GCC 3.3.

TODO
o Provide more samples
o Create thick binding using more Ada95 features.
o Documentation focused on the Ada95 binding.
o Rely on POSIX binding (Florist) for file I/O

BUGS
Most likely to be present. Please report bugs and observations to
andreas at almroth dot com