phpqrcode 1.1.4-3.1 source package in Ubuntu

Changelog

phpqrcode (1.1.4-3.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Sun, 03 Jan 2021 13:21:51 +0100

Upload details

Uploaded by:
Thijs Kinkhorst
Uploaded to:
Sid
Original maintainer:
Thijs Kinkhorst
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
phpqrcode_1.1.4-3.1.dsc 1.8 KiB 09a87edf30ab8cea387b6f1158f8d5bfd89e55f898e8f2331c12225abf9e4874
phpqrcode_1.1.4.orig.tar.gz 135.6 KiB 301dfdec656160cfc835cf51033e2af4586561e2afe3d1d7efbb1c67fc97fff4
phpqrcode_1.1.4-3.1.debian.tar.xz 2.4 KiB 6b8c4ca4cf25ef975031e5470b1fd5e88e0f353336c2cbcabac22435338c41e6

Available diffs

No changes file available.

Binary packages built by this source

phpqrcode: 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