Meta Configuration of Package perl-Archive-Zip
23
1
<package name="perl-Archive-Zip" project="SUSE:SLE-15:Update">
2
<title>Provide an interface to ZIP archive files</title>
3
<description>The Archive::Zip module allows a Perl program to create, manipulate, read,
4
and write Zip archive files.
5
6
Zip archives can be created, or you can read from existing zip files.
7
8
Once created, they can be written to files, streams, or strings. Members
9
can be added, removed, extracted, replaced, rearranged, and enumerated.
10
They can also be renamed or have their dates, comments, or other attributes
11
queried or modified. Their data can be compressed or uncompressed as
12
needed.
13
14
Members can be created from members in existing Zip files, or from existing
15
directories, files, or strings.
16
17
This module uses the the Compress::Raw::Zlib manpage library to read and
18
write the compressed streams inside the files.
19
20
One can use the Archive::Zip::MemberRead manpage to read the zip file
21
archive members as if they were files.</description>
22
</package>
23