go-qrcode 0.0~git20200617.da1b656-4build1 source package in Ubuntu

Changelog

go-qrcode (0.0~git20200617.da1b656-4build1) mantic; urgency=medium

  * No-change rebuild with Go 1.21.

 -- Michael Hudson-Doyle <email address hidden>  Thu, 24 Aug 2023 17:14:27 +1200

Upload details

Uploaded by:
Michael Hudson-Doyle
Uploaded to:
Mantic
Original maintainer:
Debian Go Packaging Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
go-qrcode_0.0~git20200617.da1b656.orig.tar.xz 29.1 KiB 4817bae4d44d505ce947740c9087c4edf2682d53d386789da03eb0b3d138b0d3
go-qrcode_0.0~git20200617.da1b656-4build1.debian.tar.xz 3.3 KiB 6652a5f5ef825abd3dbe1cc97a8e9a92231711f84cd0f2efb0dc87059c18e3f5
go-qrcode_0.0~git20200617.da1b656-4build1.dsc 2.3 KiB e9d04fe0b0bd5d6a0da0108d90acc4375194c40b6304b9262f094678881fdcef

View changes file

Binary packages built by this source

go-qrcode: QR Code encoder (Go program)

 Package qrcode implements a QR Code encoder in Go language.
 .
 A QR Code is a matrix (two-dimensional) barcode. Arbitrary content may
 be encoded, with URLs being a popular choice :)
 .
 Each QR Code contains error recovery information to aid reading damaged
 or obscured codes. There are four levels of error recovery: Low, medium,
 high and highest. QR Codes with a higher recovery level are more robust
 to damage, at the cost of being physically larger.
 .
 The maximum capacity of a QR Code varies according to the content encoded
 and the error recovery level. The maximum capacity is 2,953 bytes, 4,296
 alphanumeric characters, 7,089 numeric digits, or a combination of these.
 .
 This package contains the command-line tool qrcode.

golang-github-skip2-go-qrcode-dev: QR Code encoder (Go library)

 Package qrcode implements a QR Code encoder in Go language.
 .
 A QR Code is a matrix (two-dimensional) barcode. Arbitrary content may
 be encoded, with URLs being a popular choice :)
 .
 This package contains the qrcode development library.