File: control

package info (click to toggle)
golang-github-goji-httpauth 0.0~git20160601.2da839a-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 72 kB
  • sloc: makefile: 2
file content (25 lines) | stat: -rw-r--r-- 978 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-goji-httpauth
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Thorsten Alteholz <debian@alteholz.de>
Build-Depends: debhelper-compat (= 12),
               dh-golang,
               golang-any
Standards-Version: 4.5.0
Homepage: https://github.com/goji/httpauth
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-goji-httpauth
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-goji-httpauth.git
XS-Go-Import-Path: github.com/goji/httpauth
Testsuite: autopkgtest-pkg-go

Package: golang-github-goji-httpauth-dev
Architecture: all
Depends: ${misc:Depends}
Description: HTTP Authentication middleware
 This package provides HTTP Basic Authentication middleware for Go.
 It is compatible with Go's own net/http, goji, Gin and anything
 that speaks the http.Handler interface.
 .
 Example httpauth provides a SimpleBasicAuth function to get you up and
 running.