blob: b3728f7a6352b6c6bd85ce61d2ec2e0666eaaf89 (
plain) (
blame)
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
|
Source: ruby-roo
Section: ruby
Priority: optional
Maintainer: Unit 193 <unit193@ubuntu.com>
Build-Depends: debhelper (>= 10),
gem2deb,
rake,
ruby-nokogiri (>= 1),
ruby-rspec,
ruby-simplecov,
ruby-zip (<< 2.0.0),
ruby-zip (>= 1.1)
Standards-Version: 4.0.0
Homepage: https://github.com/roo-rb/roo
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Package: ruby-roo
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
ruby-nokogiri (>= 1),
ruby-zip (<< 2.0.0),
ruby-zip (>= 1.1),
${misc:Depends}
Description: can access the contents of various spreadsheet files
Roo can access the contents of various spreadsheet files. It can handle
* OpenOffice
* Excelx
* LibreOffice
* CSV
|