File: control

package info (click to toggle)
phpqrcode 1.1.4-3.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 2,116 kB
  • sloc: php: 6,056; makefile: 2; sh: 1
file content (26 lines) | stat: -rw-r--r-- 991 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Source: phpqrcode
Section: web
Priority: optional
Maintainer: Thijs Kinkhorst <thijs@debian.org>
Build-Depends: debhelper (>= 11)
Homepage: http://phpqrcode.sourceforge.net/
Vcs-Git: https://salsa.debian.org/debian/phpqrcode.git
Vcs-Browser: https://salsa.debian.org/debian/phpqrcode
Standards-Version: 4.1.4

Package: phpqrcode
Architecture: all 
Depends: php, php-gd, ${misc:Depends}
Description: PHP library for generating two-dimensional barcodes
 PHP QR Code is a library for generating QR Codes, 2-dimensional barcodes.
 It is based on the libqrencode C library and provides an API for creating
 QR Code barcode images (PNG and JPEG).
 .
 Some of the library features include:
  * Supports QR Code versions (size) 1-40
  * Numeric, Alphanumeric, 8-bit and Kanji encoding.
  * Exports to PNG, JPEG images, also exports as bit-table
  * TCPDF 2-D barcode API integration
  * Easy to configure
  * Data cache for calculation speed-up
  * Debug data dump, error logging, time benchmarking