File: control

package info (click to toggle)
ruby-barby 0.6.5-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 504 kB
  • ctags: 560
  • sloc: ruby: 4,016; java: 1,228; makefile: 7
file content (38 lines) | stat: -rw-r--r-- 1,323 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
30
31
32
33
34
35
36
37
38
Source: ruby-barby
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Gunnar Wolf <gwolf@debian.org>
Build-Depends: debhelper (>= 9~),
               ruby-rqrcode,
               ruby-cairo,
               ruby-chunky-png,
               ruby-prawn,
               ruby-rmagick,
               gem2deb
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-barby.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-barby.git
Homepage: http://toretore.github.com/barby
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-barby
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-rqrcode,
         ${misc:Depends},
         ${shlibs:Depends}
Recommends: ruby-cairo,
            ruby-chunky-png,
            ruby-prawn,
            ruby-rmagick
Description: Ruby library for barcode generation
 This is a pure-Ruby library for generating various kinds of barcodes,
 including all the standard 1D and 2D barcodes, and meant to be easily
 extensible.
 .
 Barby separates the concerns of barcode generation and graphical
 representations, so not only the barcodes' format can be extended,
 but also the way they are output.