Source: libarchive
Section: utils
Priority: optional
Maintainer: Arne Schwabe <arne@rfc2549.org>
Build-Depends: debhelper (>= 4.1.0), cdbs, libbz2-dev, zlib1g-dev
Standards-Version: 3.6.0

Package: libarchive
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: a programming library for streaming archive formats
 Libarchive is a programming library that can create and read several
 different streaming archive formats, including most popular tar
 variants and several cpio formats.  It can also write shar archives.
 .
 The bsdtar program is an implementation of tar(1) that is built on top
 of libarchive.
 .
 Be warned the api of libarchive is stable yet, so don't cry if a new
 libarchive version breaks your program.