File: control

package info (click to toggle)
golang-github-mrjones-oauth 0.0~git20170225.0.3f67d9c-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 204 kB
  • sloc: sh: 17; makefile: 5
file content (25 lines) | stat: -rw-r--r-- 976 bytes parent folder | download
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
Source: golang-github-mrjones-oauth
Section: devel
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper-compat (= 12),
               dh-golang,
               golang-any
Standards-Version: 4.1.1
Homepage: https://github.com/mrjones/oauth
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-mrjones-oauth
Vcs-Git: https://salsa.debian.org/go-team/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}
Multi-Arch: foreign
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.