The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "Archive::"

Archive::Builder::Archive - Archive abstraction handles River stage one • 1 direct dependent • 1 total dependent

"Archive::Builder::Archive" objects provide a type neutral handle for outputing the various archive file types Archive::Builder objects. For more information on Archive::Builder objects, see its POD documentation....

ADAMK/Archive-Builder-1.16 - 23 Feb 2011 00:39:46 UTC - Search in distribution

Archive::Libarchive::Archive - Libarchive archive base object River stage two • 5 direct dependents • 13 total dependents

This class is a base class for all archive classes in Archive::Libarchive....

PLICEASE/Archive-Libarchive-0.08 - 29 Sep 2022 16:42:06 UTC - Search in distribution

Archive::Ar - Interface for manipulating ar archives River stage one • 2 direct dependents • 3 total dependents

Archive::Ar is a pure-perl way to handle standard ar archives. This is useful if you have those types of archives on the system, but it is also useful because .deb packages for the Debian GNU/Linux distribution are ar archives. This is one building b...

JBAZIK/Archive-Ar-2.02 - 14 Jul 2014 04:51:07 UTC - Search in distribution

Archive::Any - Single interface to deal with file archives. River stage two • 13 direct dependents • 23 total dependents

This module is a single interface for manipulating different archive formats. Tarballs, zip files, etc. new my $archive = Archive::Any->new( $archive_file ); my $archive_with_type = Archive::Any->new( $archive_file, $type ); $type is optional. It let...

OALDERS/Archive-Any-0.0946 - 05 Apr 2019 20:13:17 UTC - Search in distribution

Archive::Chm - Performs some read-only operations on HTML help (.chm) files. Range of operations includes enumerating contents, extracting contents and getting information about one certain part of the archive. River stage zero No dependents

Archive::Chm is a module that provides access to Microsoft Compiled HTML Help files (chm files). A lot of today's software ships with documentation in .chm format. However Microsoft only provides viewing tools for their own OS and the company doesn't...

APALADE/Archive-Chm-0.06 - 20 Jul 2005 08:37:47 UTC - Search in distribution

Archive::Har - Provides an interface to HTTP Archive (HAR) files River stage zero No dependents

This Module is intended to provide an interface to create/read/update entire HTTP Archive (HAR) files....

DDICK/Archive-Har-0.21 - 17 Apr 2017 00:16:47 UTC - Search in distribution

Archive::Dir - a directory with an API like an Archive::Tar River stage zero No dependents

CORION/Archive-Merged-0.03 - 21 Jul 2023 20:48:51 UTC - Search in distribution

Archive::Par - use & manipulate par files River stage zero No dependents

FLUFFY/Archive-Par-1.01 - 06 Mar 2002 09:28:02 UTC - Search in distribution
  • make - tools for making makefiles with.

Archive::RPM - Work with a RPM River stage zero No dependents

Archive::RPM provides a more complete method of accessing an RPM's meta- and actual data. We access this information by leveraging RPM2 where we can, and by "exploding" the rpm (with rpm2cpio and cpio) when we need information we can't get through RP...

RSRCHBOY/Archive-RPM-0.07 - 19 Jun 2010 20:02:24 UTC - Search in distribution

Archive::Rar - Interface with the 'rar' command River stage one • 2 direct dependents • 2 total dependents

This is a module for the handling of rar archives. Locates the rar command (from PATH or from regedit for Win32) and encapsulate it to create, extract and list rar archives. *Note:* There are a few things that have gone awry. Have a look at the Archi...

SMUELLER/Archive-Rar-2.02 - 06 Mar 2008 14:12:55 UTC - Search in distribution

Archive::Raw - Perl bindings to the libarchive library River stage zero No dependents

libarchive <https://www.libarchive.org> is a multi-format archive and compression library. This module provides Perl bindings to the libarchive API. WARNING: The API of this module is unstable and may change without warning (any change will be approp...

JACQUESG/Archive-Raw-0.03 - 03 Jul 2020 12:21:20 UTC - Search in distribution

Archive::Tar - module for manipulations of tar archives River stage four • 153 direct dependents • 2205 total dependents

Archive::Tar provides an object oriented mechanism for handling tar files. It provides class methods for quick and easy files handling while also allowing for the creation of tar file objects for custom manipulation. If you have the IO::Zlib module i...

BINGOS/Archive-Tar-3.02 - 12 Apr 2023 23:09:11 UTC - Search in distribution

Archive::Tyd - Perl extension for simple file archiving. River stage zero No dependents

Tyd is a simple archiving algorith for merging multiple files together and encrypting the results, hence a password-protected archive. Tyd Does: Reading and writing of encrypted Tyd archives and file operations within. Tyd Does: Load all files into m...

KIRSLE/Archive-Tyd-0.02 - 20 May 2006 01:36:57 UTC - Search in distribution

Archive::Zip - Provide an interface to ZIP archive files. River stage four • 161 direct dependents • 1061 total dependents

The Archive::Zip module allows a Perl program to create, manipulate, read, and write Zip archive files. Zip archives can be created, or you can read from existing zip files. Once created, they can be written to files, streams, or strings. Members can...

PHRED/Archive-Zip-1.68 - 12 Mar 2020 17:59:46 UTC - Search in distribution

Git::Archive - For automated file archiving with Git River stage zero No dependents

When you want to have code maintain a file archive by committing changes to a Git repo, you don't have the luxury of being lazy and simply telling the code to do: git pull git commit changes git push Many little things can go wrong: What if files are...

ONEONETWO/Git-Archive-0.10 - 06 Jan 2014 09:14:43 UTC - Search in distribution

lib::archive - load pure-Perl modules directly from TAR archives River stage zero No dependents

Specify TAR archives to directly load modules from. The TAR files will be searched like include dirs. Globs are expanded, so you can use wildcards (not for URLs). If modules are present in more than one TAR archive, the first one will be used. Relati...

TOMK/lib-archive-0.92 - 09 Apr 2022 11:27:54 UTC - Search in distribution

Archive::Cpio - module for manipulations of cpio archives River stage zero No dependents

Archive::Cpio provides a few functions to read and write cpio files....

PIXEL/Archive-Cpio-0.10 - 01 Nov 2015 15:40:33 UTC - Search in distribution

Archive::Ipkg - Module for manipulation of iPKG archives River stage zero No dependents

This module aids in the construction of iPKG packages (See links below for description of the implemented package format). The interface is somewhat similar to that of Archive::Tar, but with a couple differences. I consider the module to be in a beta...

CRENZ/Archive-Ipkg-0.04 - 23 Jan 2008 04:08:10 UTC - Search in distribution

Archive::Peek - Peek into archives without extracting them River stage two • 2 direct dependents • 15 total dependents

This module lets you peek into archives without extracting them. It currently supports tar files and zip files. To support Bzip2- compressed files, you should install IO::Uncompress::Bunzip2....

ZMUGHAL/Archive-Peek-0.37 - 13 Nov 2021 03:28:36 UTC - Search in distribution

Archive::7zip - Read/write 7z , zip , ISO9960 and other archives River stage zero No dependents

This is an alias for Archive::SevenZip....

CORION/Archive-SevenZip-0.19 - 19 Nov 2022 08:33:38 UTC - Search in distribution
1,379 results (0.175 seconds)