File: control

package info (click to toggle)
libndp 1.6-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 1,620 kB
  • ctags: 439
  • sloc: sh: 4,304; ansic: 1,842; makefile: 30
file content (60 lines) | stat: -rw-r--r-- 2,292 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Source: libndp
Priority: optional
Maintainer: Andrew Ayer <agwa@andrewayer.name>
Build-Depends: debhelper (>= 9)
Standards-Version: 3.9.8
Section: net
Homepage: http://libndp.org
Vcs-Git: https://anonscm.debian.org/git/collab-maint/libndp.git
Vcs-Browser: https://anonscm.debian.org/gitweb/?p=collab-maint/libndp.git

Package: libndp-dbg
Section: debug
Priority: extra
Architecture: linux-any kfreebsd-any
Multi-Arch: same
Depends: libndp0 (= ${binary:Version}), ${misc:Depends}
Description: Library for Neighbor Discovery Protocol (debug symbols)
 libndp is a library for the IPv6 Neighbor Discovery Protocol (NDP).  It
 contains functions for building and parsing NDP messages, and provides
 a high-level interface for sending and receiving NDP messages on a
 network interface.
 .
 This package provides debug symbols.

Package: libndp-dev
Section: libdevel
Architecture: linux-any kfreebsd-any
Multi-Arch: same
Depends: libndp0 (= ${binary:Version}), ${misc:Depends}
Description: Library for Neighbor Discovery Protocol (development files)
 libndp is a library for the IPv6 Neighbor Discovery Protocol (NDP).  It
 contains functions for building and parsing NDP messages, and provides
 a high-level interface for sending and receiving NDP messages on a
 network interface.
 .
 This package contains the development files.

Package: libndp-tools
Architecture: linux-any kfreebsd-any
Depends: libndp0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: Library for Neighbor Discovery Protocol (tools)
 libndp is a library for the IPv6 Neighbor Discovery Protocol (NDP).  It
 contains functions for building and parsing NDP messages, and provides
 a high-level interface for sending and receiving NDP messages on a
 network interface.
 .
 This package contains a tool named ndptool for sending and receiving
 NDP messages.

Package: libndp0
Section: libs
Architecture: linux-any kfreebsd-any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Library for Neighbor Discovery Protocol
 libndp is a library for the IPv6 Neighbor Discovery Protocol (NDP).  It
 contains functions for building and parsing NDP messages, and provides
 a high-level interface for sending and receiving NDP messages on a
 network interface.