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
|
Source: ruby-rqrcode-core
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Samyak Jain <samyak.jn11@gmail.com>
Section: ruby
Testsuite: autopkgtest-pkg-ruby
Build-Depends: debhelper-compat (= 13),
gem2deb,
rake,
ruby-benchmark-ips,
ruby-memory-profiler,
ruby-minitest (>= 6.0),
ruby-stackprof
Standards-Version: 4.7.3
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-rqrcode-core
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-rqrcode-core.git
Homepage: https://github.com/whomwah/rqrcode_core
Rules-Requires-Root: no
Package: ruby-rqrcode-core
Architecture: all
Depends: ${misc:Depends},
${ruby:Depends},
${shlibs:Depends}
Breaks: ruby-qr4r (<< 0.6.2~), ruby-rqrcode (<< 2.0~)
Description: Ruby Gem Library to encode QR Codes
rqrcode_core is a Ruby library for encoding QR Codes. The simple
interface (with no runtime dependencies) allows you to create QR Code
data structures.
|