File: control

package info (click to toggle)
libasr 1.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 532 kB
  • ctags: 944
  • sloc: ansic: 7,646; awk: 339; sh: 105; makefile: 36
file content (35 lines) | stat: -rw-r--r-- 1,348 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Source: libasr
Priority: optional
Maintainer: Ryan Kavanagh <rak@debian.org>
Build-Depends: debhelper (>= 9)
 , automake (>= 1.5)
 , libssl-dev
 , libtool
Standards-Version: 3.9.6
Section: libs
Homepage: https://github.com/OpenSMTPD/libasr
Vcs-Git: git://anonscm.debian.org/collab-maint/libasr.git
Vcs-Browser: http://anonscm.debian.org/?p=collab-maint/libasr.git;a=summary

Package: libasr-dev
Section: libdevel
Architecture: any
Depends: libasr0 (= ${binary:Version}), ${misc:Depends}
Description: asynchronous DNS resolver (development files)
 libasr provides a simple interface for asynchronous address resolution and
 nameserver querying. It should be used in place of the classical resolver
 functions of libc when blocking is not desirable. libasr is thread-safe and
 lock-free internally except for the two atypical use cases listed in
 asr_run(3).
 .
 This package provides the development files for libasr0.

Package: libasr0
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: asynchronous DNS resolver
 libasr provides a simple interface for asynchronous address resolution and
 nameserver querying. It should be used in place of the classical resolver
 functions of libc when blocking is not desirable. libasr is thread-safe and
 lock-free internally except for the two atypical use cases listed in
 asr_run(3).