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/slack-desc | |
parent | a2d2e78f41f9e6e56bf7ab19b66391d956ab59a1 (diff) |
libraries/adns: Added (C library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/adns/slack-desc')
-rw-r--r-- | libraries/adns/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/adns/slack-desc b/libraries/adns/slack-desc new file mode 100644 index 000000000000..c45b2be61333 --- /dev/null +++ b/libraries/adns/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +adns: adns (C library) +adns: +adns: GNU adns is a C library that provides easy-to-use DNS resolution +adns: functionality. The library is asynchronous, allowing several +adns: concurrent calls. The package also includes several command-line +adns: utilities for use in scripts. +adns: +adns: The library is written by Ian Jackson. This is an official GNU +adns: package. It's homepage is http://www.chiark.greenend.org.uk/~ian/adns +adns: +adns: |