[ANN] c-ares removed #518
Description
It's a bit odd to put an announcement in the issue tracker, but in absence of a mailing list it'll do.
C-ares was removed (in master). It's not coming back.
If you need want / c-ares anyway: it's not hard to integrate it using uv_poll.
To get the idea, look at how it was integrated into libuv just before the removal: https://github.com/joyent/libuv/blob/32f93e14cbeea53ac8e2fc1dc77207dc6b251003/src/cares.c.
This is what was needed to move the glue code into node: nodejs/node-v0.x-archive@9e55ba7
The gypified c-ares that was ripped out of libuv (and is now used in node directly) is available at https://github.com/piscisaureus/cares
@creationix @philips @loladiro @brson @saghul @olsonjeffery @txdv @gigi81
(I probably forgot many people; if you know maintainers of libuv bindings that I forgot, please add them)