Source: golang-github-yeqown-go-qrcode
Section: golang
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Simon Josefsson <simon@josefsson.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-golang,
 dpkg-build-api (= 1),
 golang-any,
 golang-github-fogleman-gg-dev,
 golang-github-mattn-go-runewidth-dev,
 golang-github-nsf-termbox-go-dev,
 golang-github-pkg-errors-dev,
 golang-github-stretchr-testify-dev,
 golang-github-urfave-cli-dev,
 golang-github-urfave-cli-v2-dev,
 golang-github-yeqown-reedsolomon-dev,
 golang-golang-x-image-dev,
 golang-golang-x-text-dev,
 help2man <!nodoc>,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.4
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-yeqown-go-qrcode
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-yeqown-go-qrcode.git
Homepage: https://github.com/yeqown/go-qrcode
XS-Go-Import-Path: github.com/yeqown/go-qrcode

Package: golang-github-yeqown-go-qrcode-dev
Architecture: all
Multi-Arch: foreign
Depends:
 golang-github-fogleman-gg-dev,
 golang-github-mattn-go-runewidth-dev,
 golang-github-nsf-termbox-go-dev,
 golang-github-pkg-errors-dev,
 golang-github-stretchr-testify-dev,
 golang-github-urfave-cli-dev,
 golang-github-urfave-cli-v2-dev,
 golang-github-yeqown-reedsolomon-dev,
 golang-golang-x-image-dev,
 golang-golang-x-text-dev,
 ${misc:Depends},
Description: generate QR Codes with customized styles (library)
 go-qrcode generate QR Codes with customized styles.
 .
 This package contains the Go library.

Package: go-qrcode-yeqown
Section: devel
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Static-Built-Using: ${misc:Static-Built-Using}
Description: generate QR Codes with customized styles (program)
 go-qrcode generate QR Codes with customized styles.
 .
 Features
 .
  [x] Normally generate QR code across version 1 to version 40.
  [x] Automatically analyze QR version by source text.
  [x] Specifying cell shape allowably with WithCustomShape,
  WithCircleShape (default is rectangle)
  [x] Specifying output file's format with WithBuiltinImageEncoder,
  WithCustomImageEncoder (default is JPEG)
  [x] Not only shape of cell, but also color of QR Code background and
  foreground color.
  [x] WithLogoImage, WithLogoImageFilePNG, WithLogoImageFileJPEG help you
  add an icon at the central of QR Code.
  [x] WithBorderWidth allows one to specify any width of 4 sides around the
  qrcode.
  [x] WebAssembly support, check out the Example
  (/example/webassembly/README.md) and README (/cmd/wasm/README.md) for
  more detail.
  [x] support Halftone QR Codes, check out the Example (/example/with-
  halftone).
 .
 This package contains the command-line tool, named 'qrcode-yeqown' to
 avoid conflict with the 'go-qrcode' package.
