1
0
Fork 0
nayuki-qr-code-generator/debian/control
Daniel Baumann 0050c91c69
Adding debian version 1.8.0+20250123-1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-04-06 11:23:33 +02:00

27 lines
903 B
Text

Source: nayuki-qr-code-generator
Section: utils
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends:
debhelper-compat (= 13),
node-terser,
node-typescript,
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},
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.