golang-github-jimstudt-http-authentication 0.0~git20140401.3eca13d-1.1 source package in Ubuntu

Changelog

golang-github-jimstudt-http-authentication (0.0~git20140401.3eca13d-1.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Sat, 09 Jan 2021 13:37:42 +0100

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-jimstudt-http-authentication_0.0~git20140401.3eca13d-1.1.dsc 2.5 KiB 3324703564fa5b1abaf4ef83115803fd3eb1a81472fd11ff0a79fb1d9e23878c
golang-github-jimstudt-http-authentication_0.0~git20140401.3eca13d.orig.tar.xz 39.3 KiB 59eb0c0f46bb5c3ca37f47defa830932d93307ce870617dad1e12acf133738c2
golang-github-jimstudt-http-authentication_0.0~git20140401.3eca13d-1.1.debian.tar.xz 2.5 KiB dd194f62f3c2ca99ccdef87c8173eced103335fdfc44e57b750131be9921c9b3

No changes file available.

Binary packages built by this source

golang-github-jimstudt-http-authentication-dev: 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"