File: control

package info (click to toggle)
libstrophe 0.9.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 908 kB
  • ctags: 1,015
  • sloc: ansic: 9,849; cpp: 205; makefile: 102; sh: 30
file content (36 lines) | stat: -rw-r--r-- 1,169 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
Source: libstrophe
Priority: optional
Maintainer: Dariusz Dwornikowski <darek@debian.org>
Build-Depends:
 check,
 debhelper (>= 9),
 dh-autoreconf,
 libexpat1-dev,
 libssl-dev,
 pkg-config
Standards-Version: 3.9.8
Section: libs
Homepage: http://strophe.im/
Vcs-Git: https://anonscm.debian.org/git/collab-maint/libstrophe.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/libstrophe.git

Package: libstrophe-dev
Section: libdevel
Architecture: any
Depends: libstrophe0 (= ${binary:Version}), ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Library for writing XMPP clients - development files
 libstrophe is a lightweight XMPP client library written in C.
 It has minimal dependencies and is configurable for various environments.
 .
 This package contains the development files.

Package: libstrophe0
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Library for writing XMPP clients - shared library
 libstrophe is a lightweight XMPP client library written in C.
 It has minimal dependencies and is configurable for various environments.
 .
 This package contains the shared library.