Add ARM files
[dh-make-perl] / dev / arm / libarchive-zip-perl / libarchive-zip-perl-1.18 / debian / libarchive-zip-perl / DEBIAN / control
1 Package: libarchive-zip-perl
2 Version: 1.18-1
3 Section: perl
4 Priority: optional
5 Architecture: all
6 Depends: perl, libcompress-zlib-perl
7 Installed-Size: 376
8 Maintainer: Ben Burton <bab@debian.org>
9 Description: Module for manipulation of ZIP archives
10  The Archive::Zip module allows a Perl program to create, manipulate,
11  read, and write Zip archive files.
12  .
13  Zip archives can be created, or you can read from existing zip files.
14  Once created, they can be written to files, streams, or strings.
15  .
16  Members can be added, removed, extracted, replaced, rearranged, and
17  enumerated.  They can also be renamed or have their dates, comments,
18  or other attributes queried or modified.  Their data can be
19  compressed or uncompressed as needed.  Members can be created from
20  members in existing Zip files, or from existing directories, files,
21  or strings.