30 lines
928 B
Text
30 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.
|