Source: golang-github-crewjam-saml
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Thorsten Alteholz <debian@alteholz.de>
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-beevik-etree-dev,
               golang-github-crewjam-httperr-dev,
               golang-github-dchest-uniuri-dev,
               golang-github-dgrijalva-jwt-go-dev,
               golang-github-google-go-cmp-dev,
               golang-github-gotestyourself-gotest.tools-dev,
               golang-github-russellhaering-goxmldsig-dev,
               golang-github-zenazn-goji-dev,
               golang-golang-x-crypto-dev,
               golang-pretty-dev,
               golang-github-mattermost-xml-roundtrip-validator-dev,
               golang-github-golang-jwt-jwt-dev
Standards-Version: 4.6.0
Homepage: https://github.com/crewjam/saml
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-crewjam-saml
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-crewjam-saml.git
XS-Go-Import-Path: github.com/crewjam/saml
Testsuite: autopkgtest-pkg-go

Package: golang-github-crewjam-saml-dev
Architecture: all
Depends: ${misc:Depends},
         golang-github-beevik-etree-dev,
         golang-github-crewjam-httperr-dev,
         golang-github-dchest-uniuri-dev,
         golang-github-dgrijalva-jwt-go-dev,
         golang-github-google-go-cmp-dev,
         golang-github-gotestyourself-gotest.tools-dev,
         golang-github-russellhaering-goxmldsig-dev,
         golang-github-zenazn-goji-dev,
         golang-golang-x-crypto-dev,
         golang-pretty-dev,
         golang-github-mattermost-xml-roundtrip-validator-dev
Description: SAML library for Golang
 This package contains a partial implementation of the SAML standard in
 golang.  SAML is a standard for identity federation, i.e. either allowing
 a third party to authenticate your users or allowing third parties to rely
 on this software to authenticate their users.  In SAML parlance an Identity
 Provider (IDP) is a service that knows how to authenticate users.
 A Service Provider (SP) is a service that delegates authentication
 to an IDP. If you are building a service where users log in with someone
 else's credentials, then you are a Service Provider. This package supports
 implementing both service providers and identity providers.
