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

29 lines
928 B
Text

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