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 32 33 34 35
|
Source: zip4j
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
Andrius Merkys <merkys@debian.org>,
Build-Depends:
debhelper-compat (= 13),
default-jdk,
libmaven-bundle-plugin-java,
maven-debian-helper (>= 2.1),
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/java-team/zip4j.git
Vcs-Browser: https://salsa.debian.org/java-team/zip4j
Homepage: http://www.lingala.net/zip4j
Rules-Requires-Root: no
Package: libzip4j-java
Architecture: all
Depends:
${maven:Depends},
${misc:Depends},
Suggests:
${maven:OptionalDepends},
Description: java library for zip files
Features:
* Create, Add, Extract, Update, Remove files from a Zip file
* Read/Write password protected Zip files
* AES 128/256 Encryption/Decryption
* Standard Zip Encryption/Decryption
* Zip64 format
* Store (No Compression) and Deflate compression method
* Create or extract files from Split Zip files (Ex: z01, z02,...zip)
* Unicode file names
* Progress Monitor
|