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
|
Source: opensaml2
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, liblog4cpp5-dev,
libssl-dev, libxerces-c-dev (>= 3.0.1-2~), libxml-security-c-dev (>= 1.5),
libxmltooling-dev (>= 1.3)
Standards-Version: 3.8.4
Homepage: https://spaces.internet2.edu/display/OpenSAML/Home
Vcs-Git: git://git.debian.org/git/pkg-shibboleth/opensaml2.git
Vcs-Browser: http://git.debian.org/?p=pkg-shibboleth/opensaml2.git
Package: libsaml6
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Security Assertion Markup Language library (runtime)
OpenSAML is an open source implementation of the OASIS Security Assertion
Markup Language Specification. It contains a set of open source C++ classes
that support the SAML 1.0, 1.1, and 2.0 specifications.
.
This package contains the files necessary for running applications that
use the OpenSAML library.
Package: libsaml2-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libsaml6 (= ${binary:Version}),
libxmltooling-dev (>= 1.3)
Suggests: libsaml2-doc (= ${source:Version})
Conflicts: libsaml-dev
Description: Security Assertion Markup Language library (development)
OpenSAML is an open source implementation of the OASIS Security Assertion
Markup Language Specification. It contains a set of open source C++ classes
that support the SAML 1.0, 1.1, and 2.0 specifications.
.
This package contains the headers and other necessary files to build
applications or libraries that use or extend the OpenSAML library.
Package: opensaml2-tools
Section: text
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Security Assertion Markup Language command-line tools
OpenSAML is an open source implementation of the OASIS Security Assertion
Markup Language Specification. It contains a set of open source C++ classes
that support the SAML 1.0, 1.1, and 2.0 specifications.
.
This package contains samlsign, a command-line tool for signing and
verifying SAML assertions.
Package: opensaml2-schemas
Section: text
Architecture: all
Depends: ${misc:Depends}
Conflicts: opensaml-schemas
Description: Security Assertion Markup Language library (XML schemas)
OpenSAML is an open source implementation of the OASIS Security Assertion
Markup Language Specification. It contains a set of open source C++ classes
that support the SAML 1.0, 1.1, and 2.0 specifications.
.
This package contains the XML schema files used by the OpenSAML library.
Package: libsaml2-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Description: Security Assertion Markup Language library (API docs)
OpenSAML is an open source implementation of the OASIS Security Assertion
Markup Language Specification. It contains a set of open source C++ classes
that support the SAML 1.0, 1.1, and 2.0 specifications.
.
This package contains the OpenSAML library API documentation generated
by Doxygen.
|