go-qrcode 0.0~git20200617.da1b656-3 source package in Ubuntu
Changelog
go-qrcode (0.0~git20200617.da1b656-3) unstable; urgency=medium * Team upload. * Add missing Breaks and Replaces. (Closes: #995164) -- Aloïs Micard <email address hidden> Thu, 30 Sep 2021 14:07:28 +0200
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 | Published | Component | Section | |
---|---|---|---|---|
Kinetic | release | universe | misc | |
Jammy | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
go-qrcode_0.0~git20200617.da1b656-3.dsc | 2.3 KiB | 592135d26e30f168d894dac133396567adc4ed98b8269e19b71a7e7cf4a6c84b |
go-qrcode_0.0~git20200617.da1b656.orig.tar.xz | 29.1 KiB | 4817bae4d44d505ce947740c9087c4edf2682d53d386789da03eb0b3d138b0d3 |
go-qrcode_0.0~git20200617.da1b656-3.debian.tar.xz | 3.5 KiB | b610f027205b4bf1b32d3494d45a27d46a3951339c58a604a14566382aaacd84 |
Available diffs
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.