File: control

package info (click to toggle)
php-pclzip 2.8.2-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid
  • size: 520 kB
  • sloc: php: 5,899; makefile: 4
file content (23 lines) | stat: -rw-r--r-- 936 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: php-pclzip
Section: php
Priority: optional
Maintainer: Debian PHP PEAR Maintainers <pkg-php-pear@lists.alioth.debian.org>
Uploaders: David Prévot <taffit@debian.org>
Build-Depends: debhelper-compat (= 12)
Homepage: http://www.phpconcept.net/pclzip/
Standards-Version: 4.4.0
Vcs-Git: https://salsa.debian.org/php-team/pear/php-pclzip.git
Vcs-Browser: https://salsa.debian.org/php-team/pear/php-pclzip

Package: php-pclzip
Architecture: all
Depends: php-common, ${misc:Depends}
Description: ZIP archive manager class for PHP
 This library offers compression and extraction functions for ZIP
 formatted archives (WinZip, PKZIP). It gives you the ability to
 manipulate ZIP formatted archives. You can create, list and extract
 the contents of any ZIP file.
 .
 PclZip defines an object oriented interface to ZIP archives through
 a PHP class. This class manages the archive properties and offers
 access method and actions on it.