dev-libs/libdazzle: bump to 3.32.3
[gentoo.git] / dev-libs / libdnsres / metadata.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
3 <pkgmetadata>
4 <maintainer type="project">
5                 <email>netmon@gentoo.org</email>
6                 <name>Gentoo network monitoring and analysis project</name>
7         </maintainer>
8         <longdescription lang="en">
9         Libdnsres provides a non-blocking thread-safe API for resolving DNS names.
10         It requires that your main application is built on top of libevent.
11         Libdnsres' API essentially mirrors the traditional gethostbyname and
12         getaddrinfo interfaces. All return values have been replaced by callbacks
13         instead. The code borrows heavily from the BSD resolver library. In fact, it
14         is an extremely ugly hack to make the BSD resolver library non-blocking and
15         thread-safe without changing the API too much.
16         </longdescription>
17 </pkgmetadata>