summaryrefslogtreecommitdiffstats
path: root/libraries/adns/README
diff options
context:
space:
mode:
author Sergey Poznyakoff2018-01-28 12:53:24 +0100
committer Willy Sudiarto Raharjo2018-01-28 12:53:24 +0100
commit0cfc58cf705dc4432c91d526186899ef0e2975a3 (patch)
tree0baf11d2b79b1330a45f48a2aa957087ce4d1ecf /libraries/adns/README
parenta2d2e78f41f9e6e56bf7ab19b66391d956ab59a1 (diff)
downloadslackbuilds-0cfc58cf705dc4432c91d526186899ef0e2975a3.tar.gz
libraries/adns: Added (C library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/adns/README')
-rw-r--r--libraries/adns/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/libraries/adns/README b/libraries/adns/README
new file mode 100644
index 0000000000..ceaa641cbe
--- /dev/null
+++ b/libraries/adns/README
@@ -0,0 +1,7 @@
+GNU adns is a C library that provides easy-to-use DNS resolution
+functionality. The library is asynchronous, allowing for multiple
+concurrent calls. The package also includes several command-line
+utilities for use in scripts.
+
+The library is written by Ian Jackson and is an official GNU
+package.