c-ares/c-ares-src.readme

31 lines
966 B
Plaintext

Short: Asynchronous DNS resolver library (src)
Author: Daniel Stenberg, Greg Hudson and others
Uploader: Carsten Larsen (carsten larsen mail com)
Type: dev/gcc
Version: 1.12.0
Architecture: generic
URL: http://c-ares.haxx.se/
ABOUT
Source code for c-ares asynchronous resolver library.
DESCRIPTION
c-ares is an asynchronous resolver library. It is intended for
applications which need to perform DNS queries without blocking,
or need to perform multiple DNS queries in parallel.
The primary examples of such applications are servers which communicate
with multiple clients and programs with graphical user interfaces.
BUGS
If you find bugs, correct flaws, have questions or have comments in general
in regard to c-ares (or by all means the original ares too), get in touch
with us on the c-ares mailing list.
c-ares is of course distributed under the same MIT-style license as the
original ares.