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
|
Source: libdumbnet
Section: libs
Priority: optional
Maintainer: Simon Law <sfllaw@debian.org>
Build-Depends: debhelper (>> 3.0.0)
Standards-Version: 3.6.1
Package: libdumbnet-dev
Section: libdevel
Architecture: any
Depends: libdumbnet1 (= ${Source-Version})
Description: Development libraries, header files and docs for libdumbnet
Contains the header files, documentation, examples and static libraries
for use in developing applications that use the libdumbnet library.
.
libdumbnet is a dumb, portable networking library that provides a
simplified interface to several low-level networking routines.
Package: libdumbnet1
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: A dumb, portable networking 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 this is a
namespace conflict with the original libdnet.
|