Ports Search

Results 91100 of 245 for /archivers/.(0.004 seconds)
archivers/mtf-0.2.1 (Score: 0.16064717)
Unix reader for the Microsoft Tape Format used by NT Backup
This is the port of the Microsoft Tape Format / NT Backup reader. It is in a "work for me" state.
archivers/bz2-0.6.0 (Score: 0.16064717)
OCaml library to manipulate bz2 files
CamlBZ2 provides OCaml bindings for libbz2 (AKA bzip2), a popular compression library which typically compresses better (i.e., smaller resulting files) than gzip. Using CamlBZ2 you can read and write compressed "files", where files can be anything offering an in_channel/out_channel abstraction (files, sockets, ...). Also, with CamlBZ2 you can compress and decompress strings in memory using the bzip2 compression algorithm.
archivers/zip-1.05 (Score: 0.16064717)
OCaml library to manipulate ZIP/GZIP/JAR archives
This Objective Caml library provides easy access to compressed files in ZIP and GZIP format, as well as to Java JAR files. It provides functions for reading from and writing to compressed files in these formats.
archivers/Archive-Any-Lite-0.11 (Score: 0.16064717)
Simple CPAN package extractor
Archive::Any::Lite is a fork of Archive::Any. The main difference is this works properly even when you fork(), and may require less memory to extract a tarball. On the other hand, this isn't pluggable (this only supports file formats used in the CPAN toolchains), and this doesn't check mime types (at least as of this writing).
Wrapper around Archive::Rar
Wrapper around Archive::Rar.
archivers/Archive-Any-0.0945 (Score: 0.16064717)
Single interface to deal with file archives
This module is a single interface for manipulating different archive formats. Tarballs, zip files, etc.
Generic archive extracting mechanism (using libarchive)
Archive::Extract::Libarchive has a similar interface to Archive::Extract, but instead of using Perl modules and external commands, it uses the libarchive C libary. It supports many different archive formats and compression algorithms and is fast.
archivers/Compress-LZ4-0.23 (Score: 0.16064717)
Interface to the LZ4 (de)compressor
The Compress::LZ4 module provides an interface to the LZ4 (de)compressor.
archivers/Archive-Peek-0.35 (Score: 0.16064717)
Peek into archives without extracting them
This module lets you peek into archives without extracting them. It currently supports tar files and zip files.
archivers/Archive-Rar-2.02 (Score: 0.16064717)
Interface with the 'rar' command
Archive::Rar uses the standard perl module install process