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
|
Source: xml-security-c
Section: libs
Priority: extra
Maintainer: Quanah Gibson-Mount <quanah@stanford.edu>
Uploaders: Russ Allbery <rra@debian.org>
Build-Depends: debhelper (>= 4.0.0), autotools-dev, quilt (>= 0.40),
autoconf, libxerces27-dev, libxalan110-dev, libssl-dev
Standards-Version: 3.7.2
Package: libxml-security-c12
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: C++ library for XML Digital Signatures (runtime)
XML-Security-C is a library for the XML Digital Security specification. It
provides processing and handling of XML Key Management Specifications (XKMS)
messages.
.
This package contains the files necessary for running applications that
use the XML-Security-C library.
.
Homepage: http://xml.apache.org/security/
Package: libxml-security-c-dev
Section: libdevel
Architecture: any
Depends: libxml-security-c12 (= ${Source-Version})
Suggests: libxml-security-c-doc
Description: C++ library for XML Digital Signatures (development)
XML-Security-C is a library for the XML Digital Security specification. It
provides processing and handling of XML Key Management Specifications (XKMS)
messages.
.
This package contains the XML-Security-C development files.
.
Homepage: http://xml.apache.org/security/
Package: libxml-security-c-doc
Section: doc
Architecture: all
Description: C++ library for XML Digital Signatures (documentation)
XML-Security-C is a library for the XML Digital Security specification. It
provides processing and handling of XML Key Management Specifications (XKMS)
messages.
.
This package contains the API documentation.
.
Homepage: http://xml.apache.org/security/
|