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
|
Source: opensaml
Priority: optional
Maintainer: Quanah Gibson-Mount <quanah@stanford.edu>
Uploaders: Russ Allbery <rra@debian.org>
Build-Depends: debhelper (>= 4.0.0), quilt (>= 0.40), autotools-dev,
liblog4cpp4-dev, libcurl3-openssl-dev, libxerces27-dev,
libxml-security-c-dev
Standards-Version: 3.7.2
Section: libs
Package: libsaml5
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: opensaml-schemas
Description: C++ library for Security Assertion Markup Language (runtime)
OpenSAML is an open source toolkit for implementing the SAML 1.0
and 1.1 specifications. SAML (Security Assertion Markup Language) is an
XML-based framework for communicating user authentication, entitlement,
and attribute information. SAML allows entities to make assertions
regarding the identity, attributes, and entitlements of a subject (an
entity that is often a human user) to other entities, such as a partner
organization or another application.
.
This package contains the files necessary for running applications that
use the OpenSAML library.
.
Homepage: http://www.opensaml.org/
Package: libsaml-dev
Section: libdevel
Architecture: any
Depends: libsaml5 (= ${binary:Version})
Description: C++ library for Security Assertion Markup Language (development)
OpenSAML is an open source toolkit for implementing the SAML 1.0
and 1.1 specifications. SAML (Security Assertion Markup Language) is an
XML-based framework for communicating user authentication, entitlement,
and attribute information. SAML allows entities to make assertions
regarding the identity, attributes, and entitlements of a subject (an
entity that is often a human user) to other entities, such as a partner
organization or another application.
.
This package contains the OpenSAML development files.
.
Homepage: http://www.opensaml.org/
Package: opensaml-schemas
Section: text
Architecture: all
Description: XML schemas for OpenSAML
OpenSAML is an open source toolkit for implementing the SAML 1.0
and 1.1 specifications. SAML (Security Assertion Markup Language) is an
XML-based framework for communicating user authentication, entitlement,
and attribute information. SAML allows entities to make assertions
regarding the identity, attributes, and entitlements of a subject (an
entity that is often a human user) to other entities, such as a partner
organization or another application.
.
This package contains the SAML schema files used by the OpenSAML
library.
.
Homepage: http://www.opensaml.org/
|