File: control

package info (click to toggle)
ruby-pdf-reader 2.15.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 33,512 kB
  • sloc: ruby: 11,959; sh: 46; makefile: 11
file content (41 lines) | stat: -rw-r--r-- 1,450 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
39
40
41
Source: ruby-pdf-reader
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Cédric Boutillier <boutil@debian.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb,
               rake,
               ruby,
               ruby-afm,
               ruby-ascii85,
               ruby-hashery,
               ruby-rc4,
               ruby-rspec,
               ruby-ttfunk
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-pdf-reader.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-pdf-reader
Homepage: https://github.com/yob/pdf-reader
Testsuite: autopkgtest-pkg-ruby
Rules-Requires-Root: no

Package: ruby-pdf-reader
Architecture: all
Depends: ${misc:Depends},
         ${ruby:Depends},
         ${shlibs:Depends},
         ruby-afm,
         ruby-ascii85,
         ruby-hashery,
         ruby-rc4,
         ruby-ttfunk
Suggests: ruby-prawn
Description: Ruby library for accessing the content of PDF files
 The PDF::Reader library implements a PDF parser conforming as much as possible
 to the PDF specification from Adobe. It provides programmatic access to the
 contents of a PDF file with a high degree of flexibility.
 .
 This is primarily a low-level library that should be used as the foundation
 for higher level functionality. There are a few exceptions to support very
 common use cases like extracting text from a page.