diff options
author | Sergey Poznyakoff <gray@gnu.org> | 2018-01-28 18:53:24 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-01-28 18:53:24 +0700 |
commit | 0cfc58cf705dc4432c91d526186899ef0e2975a3 (patch) | |
tree | 0baf11d2b79b1330a45f48a2aa957087ce4d1ecf /libraries/adns/README | |
parent | a2d2e78f41f9e6e56bf7ab19b66391d956ab59a1 (diff) | |
download | slackbuilds-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/README | 7 |
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. |