diff options
author | Richard Narron <richard@aaazen.com> | 2015-04-28 00:39:31 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-04-28 00:39:31 +0700 |
commit | 0a7605ea7923db1072671a103522370e53326591 (patch) | |
tree | 5a60e36b31227478e55337fb9d8f364b73f87eb4 /libraries/libasr/README | |
parent | 8932771acacfd9a86fe764af458f929dde28c8fd (diff) | |
download | slackbuilds-0a7605ea7923db1072671a103522370e53326591.tar.gz |
libraries/libasr: Added (ASyncronous Resolver library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libasr/README')
-rw-r--r-- | libraries/libasr/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libraries/libasr/README b/libraries/libasr/README new file mode 100644 index 0000000000..45b2c52c84 --- /dev/null +++ b/libraries/libasr/README @@ -0,0 +1,3 @@ +libasr is asynchronous resolver library which can be used +in place of the resolver functions of libc when blocking is +not desirable. |