File: control

package info (click to toggle)
golang-golang-x-oauth2 0.0~git20150527-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 272 kB
  • ctags: 216
  • sloc: makefile: 12
file content (28 lines) | stat: -rw-r--r-- 1,197 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-golang-x-oauth2
Section: devel
Priority: extra
Maintainer: pkg-go <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Michael Stapelberg <stapelberg@debian.org>
Build-Depends: debhelper (>= 9),
               dh-golang,
               golang-go,
               golang-go.net-dev (>= 0.0+git20150226.3d87fd6),
               golang-google-appengine-dev,
               golang-google-cloud-compute-metadata-dev
Standards-Version: 3.9.6
Homepage: http://golang.org/x/oauth2
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-go/packages/golang-golang-x-oauth2.git;a=summary
Vcs-Git: git://anonscm.debian.org/pkg-go/packages/golang-golang-x-oauth2.git

Package: golang-golang-x-oauth2-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-go,
         golang-go.net-dev (>= 0.0+git20150226.3d87fd6),
         golang-google-appengine-dev,
         golang-google-cloud-compute-metadata-dev
Built-Using: ${misc:Built-Using}
Description: make OAuth2 authorized and authenticated HTTP requests
 Package oauth2 provides support for making OAuth2 authorized and authenticated
 HTTP requests. It can additionally grant authorization with Bearer JWT.