File: control

package info (click to toggle)
liboping 0.3.5-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,620 kB
  • ctags: 123
  • sloc: sh: 8,428; ansic: 1,429; makefile: 88
file content (38 lines) | stat: -rw-r--r-- 1,224 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
Source: liboping
Section: libs
Priority: optional
Maintainer: Sebastian Harl <sh@tokkee.org>
Build-Depends: debhelper (>= 4.0.0), autotools-dev
Standards-Version: 3.7.2

Package: liboping-dev
Section: libdevel
Architecture: any
Depends: liboping0 (>= ${Source-Version})
Conflicts: liboping0-dev
Replaces: liboping0-dev
Description: C/C++ library to generate ICMP_ECHO requests (development files)
 liboping features pinging multiple hosts in parallel using IPv4 or IPv6
 transparently. The interface is object oriented.
 .
 This package contains the header files, the static library and the manpages.

Package: liboping0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: C/C++ library to generate ICMP_ECHO requests
 liboping features pinging multiple hosts in parallel using IPv4 or IPv6
 transparently. The interface is object oriented.
 .
 This package contains the shared library.

Package: oping
Section: net
Architecture: any
Depends: ${shlibs:Depends}
Description: sends ICMP_ECHO requests to network hosts
 oping uses ICMP packages (better known as "ping packets") to test the 
 reachability of network hosts. It supports pinging multiple hosts in parallel 
 using IPv4 or IPv6 transparently.