File: control

package info (click to toggle)
libasyncns 0.8-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, stretch, trixie
  • size: 1,608 kB
  • ctags: 252
  • sloc: sh: 10,150; ansic: 1,261; makefile: 64
file content (30 lines) | stat: -rw-r--r-- 1,240 bytes parent folder | download
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
Source: libasyncns
Priority: optional
Maintainer: Tanguy Ortolo <tanguy+debian@ortolo.eu>
Build-Depends: debhelper (>= 9.20151004), dh-autoreconf, doxygen
Standards-Version: 3.9.8
Homepage: http://0pointer.de/lennart/projects/libasyncns/
Vcs-Git: https://git.ortolo.eu/git/pkg-libasyncns.git
Vcs-Browser: https://git.ortolo.eu/pkg-libasyncns.git
Section: libs

Package: libasyncns-dev
Section: libdevel
Architecture: any
Depends: libasyncns0 (= ${binary:Version}), ${misc:Depends}
Description: Asynchronous name service query library development files
 libasyncns is a C library for Linux/Unix for executing name service queries
 asynchronously. It is an asynchronous wrapper around getaddrinfo(3),
 getnameinfo(3), res_query(3) and res_search(3) from libc and libresolv.
 .
 This package contains development headers and libraries.

Package: libasyncns0
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Asynchronous name service query library
 libasyncns is a C library for Linux/Unix for executing name service queries
 asynchronously. It is an asynchronous wrapper around getaddrinfo(3),
 getnameinfo(3), res_query(3) and res_search(3) from libc and libresolv.