Ada bindings for cURL
I put my Ada bindings to libcurl available at http://hg.stronglytyped.org/curl-ada/. At the moment, they are pretty simple and contain only a small subset of libcurl, but they allow me to fetch data over http/https and that is good enough for my current purposes.
The bindings should work with GNAT and Janus/Ada on 32-bit and 64-bit systems. The build scripts are less than optimal, but with some effort you should figure out how to build the bindings