Source: golang-github-yohcop-openid-go
Section: devel
Priority: extra
Maintainer: QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 10),
               dh-golang,
               golang-any,
               golang-golang-x-net-dev
Standards-Version: 4.1.0
Homepage: https://github.com/yohcop/openid-go
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-yohcop-openid-go.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-yohcop-openid-go.git
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: github.com/yohcop/openid-go

Package: golang-github-yohcop-openid-go-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-golang-x-net-dev
Description: OpenID 2.0 implementation in Go
 This package provides an OpenID 2.0 consumer implementation in Go.
 This library aims to have a very simple API that is easy to use.
 .
 OpenID Authentication provides a way to prove that an end user controls
 an Identifier. It does this without the Relying Party needing access to
 end user credentials such as a password or to other sensitive information
 such as an email address. 
