File: control

package info (click to toggle)
phpqrcode 1.1.4-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,116 kB
  • ctags: 1,803
  • sloc: php: 6,056; makefile: 2; sh: 1
file content (26 lines) | stat: -rw-r--r-- 1,011 bytes parent folder | download
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: extra
Maintainer: Thijs Kinkhorst <thijs@debian.org>
Build-Depends: debhelper (>= 9)
Homepage: http://phpqrcode.sourceforge.net/
Vcs-Git: git://anonscm.debian.org/collab-maint/phpqrcode.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/phpqrcode.git/
Standards-Version: 3.9.7

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