1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: libarchive-ar-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 4.0.2)
Build-Depends-Indep: perl (>= 5.8.0-7), libtest-mockobject-perl
Maintainer: Florian Ragwitz <rafl@debian.org>
Standards-Version: 3.6.2
Package: libarchive-ar-perl
Architecture: all
Depends: ${perl:Depends}
Description: perl interface for manipulating ar archives
Archive::Ar is a pure-perl way to handle standard ar archives.
.
This is useful if you have those types of old 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 block in a future chain of modules to build,
manipulate, extract, and test debian modules with no platform or architecture
dependence.
.
You may notice that the API to Archive::Ar is similar to Archive::Tar, and
this was done intentionally to keep similarity between the Archive::*
modules.
|