1
0
Fork 0
nayuki-qr-code-generator/debian/control

47 lines
1.4 KiB
Text
Raw Normal View History

Source: nayuki-qr-code-generator
Section: utils
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
node-typescript,
python3-all,
python3-setuptools,
terser,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://www.nayuki.io/page/qr-code-generator-library
Vcs-Browser: https://forgejo.debian.net/web/nayuki-qr-code-generator
Vcs-Git: https://forgejo.debian.net/web/nayuki-qr-code-generator
Package: libjs-qrcodegen
Architecture: all
Multi-Arch: foreign
Section: web
Depends:
${misc:Depends},
Suggests:
javascript-common,
Description: QR Code generator library (javascript)
The Nayuki QR Code generator library aims to be the best library for generating
QR Codes by providing flexible options and absolute correctness. It supports
all 40 versions (sizes) and all 4 error correction levels, as per the QR Code
Model 2 standard.
.
This package contains the javascript implementation.
Package: python3-qrcodegen
Architecture: all
Section: python
Depends:
${misc:Depends},
${python3:Depends},
Description: QR Code generator library (Python)
The Nayuki QR Code generator library aims to be the best library for generating
QR Codes by providing flexible options and absolute correctness. It supports
all 40 versions (sizes) and all 4 error correction levels, as per the QR Code
Model 2 standard.
.
This package contains the Python implementation.