File: README.Debian

package info (click to toggle)
liboping 1.10.0-2.1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 640 kB
  • sloc: ansic: 3,279; perl: 210; makefile: 93; sh: 3
file content (15 lines) | stat: -rw-r--r-- 756 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
liboping on Debian
==================

Notes on using liboping-dev:
----------------------------

The liboping library provides two functions, namely ping_setopt() and
ping_iterator_get_info(), whose functionality is defined by a set of numerical
IDs, each defining a specific feature. New features may be added by adding
support for additional IDs without breaking the API or ABI. If your software
uses those functions, make sure to build-depend on the appropriate version of
liboping-dev. This will also ensure - by means of the 'Build-Depends-Package'
field in liboping's symbols file (see dpkg-shlibdeps(1) for details) - that
the resulting binary package depends on the right version of liboping while
not imposing the latest version on all packages.