Hello,
I am publishing bindings for libcurl at pharo-cig.
Technically, this is not new as I generate the recipe and the bindings
almost one year ago... but I forgot to commit it, as it was made while
making tests on how to handle variadics :)
I think the library can be useful, even if we do not need it for most
common cases (we already have Zinc/Zodiac to handle downloads), but it
may be useful in certain cases (e.g. to download in parallel, without
putting pressure in the image, etc.).
libcurl bindings are now part of the garden:
https://github.com/pharo-cig/pharo-libcurl
Esteban