1
0
Fork 0

Adding debian version 1.8.0+20250123-1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-04-06 10:31:47 +02:00
parent 7d7607bd81
commit 90c47e69a4
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
6 changed files with 97 additions and 0 deletions

29
debian/control vendored Normal file
View file

@ -0,0 +1,29 @@
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.