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: libtlen
Priority: optional
Section: libs
Maintainer: Grzegorz Bizon <verdan@pirx.int.pl>
Uploaders: Bartosz Fenski <fenio@debian.org>
Build-Depends: debhelper (>= 4.0.0)
Standards-Version: 3.6.1
Package: libtlen1-dev
Provides: libtlen-dev
Conflicts: libtlen-dev
Section: libdevel
Architecture: any
Depends: libtlen1 (= ${Source-Version})
Description: API for tlen.pl (development files)
This package contains development files for libtlen.
.
libtlen is a library providing an API for client programs which
want to use tlen.pl, an Instant Messanging protocol based on Jabber,
but with some modifications such as tleenx2.
.
Homepage - http://libtlen.sourceforge.net
Package: libtlen1
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: API for tlen.pl, an IM protocol based on Jabber
libtlen is a library providing an API for client programs which
want to use tlen.pl, an Instant Messanging protocol based on Jabber,
but with some modifications such as tleenx2.
.
Homepage - http://libtlen.sourceforge.net
|