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

Changelog

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

  * No change rebuild due to golang-1.20, golang-1.21 updates

 -- Nishit Majithia <email address hidden>  Mon, 22 Jan 2024 10:43:20 +0530

Upload details

Uploaded by:
Nishit Majithia
Uploaded to:
Mantic
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic updates universe misc
Mantic security 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-4ubuntu0.23.10.1.debian.tar.xz 3.4 KiB 17847efbdd748a172a2efe3b8e4dc66a8703ca1d5f5acedd11ebe3a3c59f1ddf
go-qrcode_0.0~git20200617.da1b656-4ubuntu0.23.10.1.dsc 2.3 KiB fd82da4cb88275fd79a32763abd16541ecc42a1d9bec4b3156b46836bd61830f

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.