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

Changelog

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

  [ Debian Janitor ]
  * Apply multi-arch hints. + golang-github-skip2-go-qrcode-dev: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Fri, 25 Nov 2022 01:27:59 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
go-qrcode_0.0~git20200617.da1b656-4.dsc 2.3 KiB df49ad404650df84082e7e3a48e6f7cae8cc008cebd59533df9ffd418adebcbf
go-qrcode_0.0~git20200617.da1b656.orig.tar.xz 29.1 KiB 4817bae4d44d505ce947740c9087c4edf2682d53d386789da03eb0b3d138b0d3
go-qrcode_0.0~git20200617.da1b656-4.debian.tar.xz 3.2 KiB 8799c78215f4738643f3751502c191dbfdda0703d6309685d3fd76e872df4204

No changes file available.

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.