[ 源代码: 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