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 83 84 85 86 87 88
|
Source: xmlsec1
Section: text
Priority: optional
Maintainer: John V. Belmonte <jbelmonte@debian.org>
Build-Depends: debhelper (>> 7.0.0), dh-autoreconf, chrpath, pkg-config, libxml2-dev (>= 2.6.12), libxslt1-dev (>= 1.0.20), libssl-dev (>= 0.9.8), libgnutls28-dev, libnss3-dev, libgcrypt20-dev
Standards-Version: 3.9.5
Homepage: http://www.aleksey.com/xmlsec/
Package: libxmlsec1-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libxmlsec1 (= ${binary:Version}), libxmlsec1-openssl (= ${binary:Version}), libxmlsec1-gnutls (= ${binary:Version}), libxmlsec1-nss (= ${binary:Version}), libxmlsec1-gcrypt (= ${binary:Version}), libc6-dev, libxml2-dev (>= 2.6.12), libxslt1-dev (>= 1.0.20), libssl-dev (>= 0.9.8), libgnutls28-dev, libnss3-dev, libgcrypt20-dev
Description: Development files for the XML security library
The XML Security Library is a C library that implements these XML standards:
.
* XML Signature
* XML Encryption
.
This package provides development files including documentation, examples,
headers, static libraries, and configuration support.
Package: libxmlsec1
Section: libs
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: XML security library
The XML Security Library implements standards related to secure handling
of XML data.
.
This package provides dynamic libraries for use by applications.
Specifically, it provides all XML security library functionality
except for the cryptography engine.
Package: libxmlsec1-openssl
Section: libs
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Openssl engine for the XML security library
The XML Security Library implements standards related to secure handling
of XML data.
.
This package provides dynamic libraries for use by applications.
Specifically, it provides the openssl implementation of the XML security
library cryptography functions.
Package: libxmlsec1-gnutls
Section: libs
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Gnutls engine for the XML security library
The XML Security Library implements standards related to secure handling
of XML data.
.
This package provides dynamic libraries for use by applications.
Specifically, it provides the gnutls implementation of the XML security
library cryptography functions.
Package: libxmlsec1-nss
Section: libs
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Nss engine for the XML security library
The XML Security Library implements standards related to secure handling
of XML data.
.
This package provides dynamic libraries for use by applications.
Specifically, it provides the nss implementation of the XML security
library cryptography functions.
Package: libxmlsec1-gcrypt
Section: libs
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Gcrypt engine for the XML security library
The XML Security Library implements standards related to secure handling
of XML data.
.
This package provides dynamic libraries for use by applications.
Specifically, it provides the gcrypt implementation of the XML security
library cryptography functions.
Package: xmlsec1
Section: text
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: XML security command line processor
Xmlsec is a command line tool for signature and encryption transformations
of XML data. It is part of the XML Security Library.
|