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
|
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 (>= 9), dh-autoreconf, doxygen, graphviz,
libboost-dev, liblog4shib-dev, libssl-dev, libxerces-c-dev,
libxml-security-c-dev (>= 1.7), libxmltooling-dev (>= 1.5), pkg-config
Standards-Version: 3.9.4
Homepage: https://wiki.shibboleth.net/confluence/display/OpenSAML/Home
Vcs-Git: git://anonscm.debian.org/pkg-shibboleth/opensaml2.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-shibboleth/opensaml2.git
Package: libsaml8
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
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
Multi-Arch: same
Depends: ${misc:Depends}, libsaml8 (= ${binary:Version}),
libxmltooling-dev (>= 1.5)
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
Multi-Arch: foreign
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
Multi-Arch: foreign
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
Multi-Arch: foreign
Depends: ${misc:Depends}, libjs-jquery
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.
|