File: control

package info (click to toggle)
xmltooling 1.3.3-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 11,132 kB
  • ctags: 4,650
  • sloc: cpp: 18,866; sh: 8,612; makefile: 377; xml: 84; ansic: 32
file content (68 lines) | stat: -rw-r--r-- 2,849 bytes parent folder | download | duplicates (2)
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
Source: xmltooling
Section: libs
Priority: extra
Maintainer: Debian Shib Team <pkg-shibboleth-devel@lists.alioth.debian.org>
Uploaders: Russ Allbery <rra@debian.org>, Ferenc Wagner <wferi@niif.hu>
Build-Depends: debhelper (>= 7), autotools-dev, doxygen,
 libcurl4-openssl-dev, liblog4cpp5-dev, libxerces-c-dev,
 libxml-security-c-dev (>= 1.5)
Standards-Version: 3.8.4
Homepage: https://spaces.internet2.edu/display/OpenSAML/XMLTooling-C
Vcs-Git: git://git.debian.org/git/pkg-shibboleth/xmltooling.git
Vcs-Browser: http://git.debian.org/?p=pkg-shibboleth/xmltooling.git

Package: libxmltooling4
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: C++ XML parsing library with encryption support (runtime)
 The XMLTooling library contains generic XML parsing and processing
 classes based on the Xerces-C DOM.  It adds more powerful facilities for
 declaring element- and type-specific API and implementation classes, as
 well as signing and encryption support.
 .
 This package contains the files necessary for running applications that
 use the XMLTooling library.

Package: libxmltooling-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libxmltooling4 (= ${binary:Version}),
 libcurl4-openssl-dev, liblog4cpp5-dev, libxerces-c-dev,
 libxml-security-c-dev (>= 1.5)
Suggests: libxmltooling-doc (= ${source:Version})
Description: C++ XML parsing library with encryption support (development)
 The XMLTooling library contains generic XML parsing and processing
 classes based on the Xerces-C DOM. It adds more powerful facilities
 for declaring element- and type-specific API and implementation
 classes to add value around the DOM, as well as signing and encryption
 support.
 .
 This package contains the headers and other necessary files to build
 applications or libraries that use or extend the XMLTooling library.

Package: xmltooling-schemas
Section: text
Architecture: all
Depends: ${misc:Depends}
Description: XML schemas for XMLTooling
 The XMLTooling library contains generic XML parsing and processing
 classes based on the Xerces-C DOM.  It adds more powerful facilities for
 declaring element- and type-specific API and implementation classes, as
 well as signing and encryption support.
 .
 This package contains the XML schema files used by the XMLTooling
 library.

Package: libxmltooling-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Description: C++ XML parsing library with encryption support (API docs)
 The XMLTooling library contains generic XML parsing and processing
 classes based on the Xerces-C DOM. It adds more powerful facilities
 for declaring element- and type-specific API and implementation
 classes to add value around the DOM, as well as signing and encryption
 support.
 .
 This package contains the XMLTooling library API documentation generated
 by Doxygen.