1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: golang-github-mrjones-oauth
Section: devel
Priority: extra
Maintainer: QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 10),
dh-golang,
golang-any
Standards-Version: 4.1.0
Homepage: https://github.com/mrjones/oauth
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-mrjones-oauth.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-mrjones-oauth.git
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: github.com/mrjones/oauth
Package: golang-github-mrjones-oauth-dev
Architecture: all
Depends: ${shlibs:Depends},
${misc:Depends}
Description: OAuth 1.0 Library for Go
This package is a Go library providing OAuth consumer and provider.
.
OAuth is an open standard that allows users to share their private
resources (e.g. photos, videos, contact lists) stored on one site with
another site without having to hand out their username and password.
|