c-ares 1.34.4
C library for asynchronous DNS requests
C-ares is a C library that performs DNS requests and name resolution asynchronously. 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.
- Outputs:
out
- Website: https://c-ares.haxx.se/
- Licenses: X11-style
- Package source: gnu/packages/adns.scm
- Builds: See build status
- Issues: See known issues
Installation
Install c-ares 1.34.4
as follows:
guix install c-ares@1.34.4
Or install the latest version:
guix install c-ares
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.