File: control

package info (click to toggle)
golang-github-gomodule-oauth1 0.0~git20181215.9a59ed3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 260 kB
  • sloc: makefile: 3
file content (28 lines) | stat: -rw-r--r-- 1,130 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
26
27
28
Source: golang-github-gomodule-oauth1
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Alexandre Viau <aviau@debian.org>
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 12),
               dh-golang,
               golang-any,
               golang-golang-x-net-dev,
               golang-google-appengine-dev
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-gomodule-oauth1
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-gomodule-oauth1.git
Homepage: https://github.com/gomodule/oauth1
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/gomodule/oauth1,
                   github.com/garyburd/go-oauth

Package: golang-github-gomodule-oauth1-dev
Architecture: all
Depends: golang-golang-x-net-dev,
         golang-google-appengine-dev,
         ${misc:Depends}
Description: OAuth 1.0 client package for Go
 OAuth1 is a Go client for the OAuth 1.0, OAuth 1.0a and RFC 5849
 (https://tools.ietf.org/html/rfc5849), The package supports
 HMAC-SHA1, RSA-SHA1 and PLAINTEXT signatures.