[ ソース: ruby-zip ]
パッケージ: ruby-zip (2.3.0-2~bpo11+1)
ruby-zip に関するリンク
Debian の資源:
ruby-zip ソースパッケージをダウンロード:
- [ruby-zip_2.3.0-2~bpo11+1.dsc]
- [ruby-zip_2.3.0.orig.tar.gz]
- [ruby-zip_2.3.0-2~bpo11+1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
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