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
|
Source: libiksemel
Section: libs
Priority: optional
Maintainer: Thadeu Lima de Souza Cascardo <cascardo@minaslivre.org>
Build-Depends: cdbs, debhelper (>= 4.1.0), libgnutls-dev, texinfo
Standards-Version: 3.7.2
Package: libiksemel-dev
Section: libdevel
Architecture: any
Depends: libiksemel3 (= ${Source-Version}), libc6-dev | libc-dev
Conflicts: libiksemel1-dev
Replaces: libiksemel1-dev
Description: C library for the Jabber IM platform
iksemel handles Jabber connections, parses XML, and sends and
receives Jabber messages. It works pretty good for parsing other
kinds of XML, too, if the need arises.
.
This package provides headers, static linked library and info
documentation.
Package: libiksemel3
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Conflicts: libiksemel1
Replaces: libiksemel1
Description: C library for the Jabber IM platform
iksemel handles Jabber connections, parses XML, and sends and
receives Jabber messages. It works pretty good for parsing other
kinds of XML, too, if the need arises.
Package: libiksemel-utils
Section: utils
Architecture: any
Depends: ${shlibs:Depends}
Replaces: libiksemel1-dev
Description: utilities from the iksemel library
iksemel handles Jabber connections, parses XML, and sends and
receives Jabber messages. It works pretty good for parsing other
kinds of XML, too, if the need arises.
.
This package includes three utilitaries from the library: ikslint,
which checks xml files for well-formedness, iksperf, which tests
speed and memory usage, and, finally, iksroster, which backups your
roster.
|