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
|
Source: libzip-ruby
Section: ruby
Priority: optional
Maintainer: Tatsuki Sugiura <sugi@nemui.org>
Build-Depends: debhelper (>> 5.0.0), quilt, cdbs (>= 0.4.26-2), ruby1.8, ruby1.9.1, ruby-pkg-tools
Standards-Version: 3.8.4
Homepage: http://sourceforge.net/projects/rubyzip/
Uploaders: Taku YASUI <tach@debian.or.jp>
Package: libzip-ruby1.8
Architecture: all
Provides: libzip-ruby
Depends: libruby1.8 (>= 1.8.2-3) | libzlib-ruby1.8, ${misc:Depends}
Description: a ruby module for reading and writing zip files
rubyzip is a ruby library for reading and writing zip (pkzip format)
files, with the restriction that only uncompressed and deflated zip
entries are supported. All this library does is handling of the zip
file format. the actual compression/decompression is handled by
zlib. zlib is accessible from ruby thanks to ruby/zlib
Package: libzip-ruby1.9.1
Architecture: all
Provides: libzip-ruby
Depends: libruby1.9.1, ${misc:Depends}
Description: a ruby module for reading and writing zip files
rubyzip is a ruby library for reading and writing zip (pkzip format)
files, with the restriction that only uncompressed and deflated zip
entries are supported. All this library does is handling of the zip
file format. the actual compression/decompression is handled by
zlib. zlib is accessible from ruby thanks to ruby/zlib
|