File: control

package info (click to toggle)
wbxml2 0.11.10%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,320 kB
  • sloc: ansic: 12,724; xml: 6,399; perl: 294; sh: 200; makefile: 8; cpp: 7
file content (82 lines) | stat: -rw-r--r-- 2,606 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
Source: wbxml2
Priority: optional
Section: libs
Maintainer: Mike Gabriel <sunweaver@debian.org>
Uploaders: Debian UBports Team <team+ubports@tracker.debian.org>,
Build-Depends:
 check,
 cmake,
 debhelper-compat (= 13),
 libexpat1-dev,
 libpopt-dev,
 pkgconf,
 zlib1g-dev,
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: https://github.com/libwbxml/libwbxml
Vcs-Git: https://salsa.debian.org/debian/wbxml2.git
Vcs-Browser: https://salsa.debian.org/debian/wbxml2

Package: libwbxml2-1
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Provides: libwbxml2-abi-1-00-08
Multi-Arch: same
Description: WBXML parsing and encoding library
 The WBXML Library (aka libwbxml) contains a library and its associated
 tools to Parse, Encode and Handle WBXML documents.  The WBXML format
 is a binary representation of XML, defined by the Wap Forum, and used
 to reduce bandwidth in mobile communications.
 .
 This package contains the dynamic library needed by applications
 using libwbxml2.

Package: libwbxml2-dev
Section: libdevel
Architecture: any
Depends:
 libexpat1-dev,
 libpopt-dev,
 libwbxml2-1 (= ${binary:Version}),
 zlib1g-dev,
 ${misc:Depends},
Description: WBXML library development file
 The WBXML Library (aka libwbxml) contains a library and its associated
 tools to Parse, Encode and Handle WBXML documents.  The WBXML format
 is a binary representation of XML, defined by the Wap Forum, and used
 to reduce bandwidth in mobile communications.
 .
 Install this package if you wish to develop your own programs using
 WBXML.

Package: libwbxml2-private-dev
Section: libdevel
Architecture: any
Depends:
 libwbxml2-dev (= ${binary:Version}),
 ${misc:Depends},
Description: WBXML library private development files
 The WBXML Library (aka libwbxml) contains a library and its associated
 tools to Parse, Encode and Handle WBXML documents.  The WBXML format
 is a binary representation of XML, defined by the Wap Forum, and used
 to reduce bandwidth in mobile communications.
 .
 Install this package if you need to build packages requiring the
 porivate symbols from the WBXML library.

Package: libwbxml2-utils
Section: text
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: Binary XML utilities
 The WBXML Library (aka libwbxml) contains a library and its associated
 tools to Parse, Encode and Handle WBXML documents.  The WBXML format
 is a binary representation of XML, defined by the Wap Forum, and used
 to reduce bandwidth in mobile communications.
 .
 This package contains wbxml2xml and xml2wbxml utils to convert xml
 files to wbxml and back.