[go: up one dir, main page]

File: control

package info (click to toggle)
libdumbnet 1.16.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 5,652 kB
  • sloc: ansic: 11,557; sh: 4,000; python: 255; makefile: 92
file content (54 lines) | stat: -rw-r--r-- 1,869 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
Source: libdumbnet
Section: libs
Priority: optional
Standards-Version: 4.6.2
Homepage: https://github.com/ofalk/libdnet
Maintainer: Florian Ernst <florian@debian.org>
Build-Depends:
 check,
 debhelper-compat (= 13),
 pkg-config,
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/debian/libdumbnet
Vcs-Git: https://salsa.debian.org/debian/libdumbnet.git

Package: libdumbnet1
Depends:
 ${misc:Depends},
 ${shlibs:Depends}
Architecture: any
Multi-Arch: same
Description: dumb, portable networking library -- shared library
 libdumbnet provides a simplified, portable interface to several low-level
 networking routines, including
   * network address manipulation
   * kernel arp(4) cache and route(4) table lookup and manipulation
   * network firewalling (IP filter, ipfw, ipchains, pdf, ...)
   * network interface lookup and manipulation
   * raw IP packet and Ethernet frame transmission
 .
 libdumbnet is known as libdnet in other distributions, but was renamed
 in Debian in favour of the older DECnet library 'libdnet'.
 .
 This package contains the shared library.

Package: libdumbnet-dev
Section: libdevel
Depends:
 libdumbnet1 (= ${binary:Version}),
 ${misc:Depends},
 ${shlibs:Depends}
Architecture: any
Description: dumb, portable networking library -- development files
 libdumbnet provides a simplified, portable interface to several low-level
 networking routines, including
   * network address manipulation
   * kernel arp(4) cache and route(4) table lookup and manipulation
   * network firewalling (Ip filter, ipfw, ipchains, pdf, ...)
   * network interface lookup and manipulation
   * raw IP packet and Ethernet frame transmission
 .
 libdumbnet is known as libdnet in other distributions, but was renamed
 in Debian in favour of the older DECnet library 'libdnet'.
 .
 This package contains the static library and the C header files.