File: control

package info (click to toggle)
golang-github-jimstudt-http-authentication 0.0~git20140401.3eca13d-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 284 kB
  • sloc: makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,150 bytes parent folder | download | duplicates (2)
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
Source: golang-github-jimstudt-http-authentication
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Anthony Fok <foka@debian.org>
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper (>= 11),
               dh-golang,
               golang-any
Standards-Version: 4.1.5
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-jimstudt-http-authentication
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-jimstudt-http-authentication.git
Homepage: https://github.com/jimstudt/http-authentication
XS-Go-Import-Path: github.com/jimstudt/http-authentication

Package: golang-github-jimstudt-http-authentication-dev
Architecture: all
Depends: ${misc:Depends}
Description: Go implementation of RFC 2617 HTTP Authentication
 This package contains the Go implementation of RFC 2617 HTTP Authentication:
 Basic and Digest Access Authentication.
 .
 You will want to include one or both of the packages depending on your
 requirements.
 .
     import "github/jimstudt/http-authentication/basic"
     import "github/jimstudt/http-authentication/digest"