File: control

package info (click to toggle)
ruby-rqrcode 3.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 500 kB
  • sloc: ruby: 1,225; makefile: 4
file content (29 lines) | stat: -rw-r--r-- 1,079 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
27
28
29
Source: ruby-rqrcode
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Cédric Boutillier <boutil@debian.org>
Section: ruby
Testsuite: autopkgtest-pkg-ruby
Priority: optional
Build-Depends: debhelper-compat (= 13),
               gem2deb,
               ruby-benchmark-ips,
               ruby-chunky-png,
               ruby-memory-profiler,
               ruby-rqrcode-core (>= 2.0~),
               ruby-rspec,
               ruby-stackprof
Standards-Version: 4.7.3
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-rqrcode
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-rqrcode.git
Homepage: https://github.com/whomwah/rqrcode
Rules-Requires-Root: no

Package: ruby-rqrcode
Architecture: all
Depends: ${misc:Depends},
         ${ruby:Depends},
         ${shlibs:Depends}
Description: Ruby library for encoding QRCode (2D barcodes)
 rQRCode is a standalone, pure-Ruby library for generating QRCodes (2D
 barcodes). The simple interface allows you to create QR Code data
 structures ready to be displayed in the way you choose.