blob: 5aaac6f4503e348d21d7f1b96372b77e8ec538ac (
plain)
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
|
Source: nametoaddr
Section: net
Priority: optional
Maintainer: Igor Pashev <pashev.igor@gmail.com>
Build-Depends:
illumos-source-2.10,
dh-illumos,
quilt,
symlinks,
Standards-Version: 3.9.3
Homepage: https://www.illumos.org
Package: libstraddr
Section: libs
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Architecture: illumos-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: name-to-address mapping routines.
This package contains the straddr.so shared library.
This library provides the name-to-address mapping routines for any protocol
that accepts strings as addresses. The loopback driver is an example.
.
This is illumos specific. There were other silimar libraries in ancient time,
e. g. tcpip.so or resolv.so
.
This library is used by illumos rpcbind, see /etc/netconfig.
|