File: control

package info (click to toggle)
ruby-ole 1.2.13.1-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 616 kB
  • sloc: ruby: 2,918; makefile: 7
file content (22 lines) | stat: -rw-r--r-- 978 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: ruby-ole
Section: ruby
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Youhei SASAKI <uwabami@gfd-dennou.org>
Build-Depends: debhelper-compat (= 13), gem2deb, ruby-test-unit
Standards-Version: 4.7.3
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-ole.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-ole
Homepage: https://github.com/aquasync/ruby-ole
Testsuite: autopkgtest-pkg-ruby

Package: ruby-ole
Architecture: all
Depends: ${misc:Depends}, ${ruby:Depends}, ${shlibs:Depends}
Description: Ruby library for read/write access for OLE compound documents
 Ruby-ole is a library for read/write access to OLE2 structured storage
 files, such as those produced by Microsoft Office, eg *.doc, *.msg
 etc.
 .
 It provides a simple and easy to use API, supporting read and write
 streaming, by providing transparent access to the "files" within OLE
 documents as IO-like objects, supporting all the expected operations.