@hackage tar0.4.0.1
Reading, writing and manipulating ".tar" archive files.
Categories
License
BSD-3-Clause
Maintainer
Duncan Coutts <duncan@community.haskell.org>
Links
Versions
Installation
Dependencies (6)
Dependents (105)
@hackage/Cabal, @hackage/cpkg, @hackage/cabal-cache, @hackage/dhall-docs, @hackage/cabal-plan, @hackage/bibtex, Show all…
This library is for working with ".tar" archive files. It
can read and write a range of common variations of archive
format including V7, USTAR, POSIX and GNU formats. It provides
support for packing and unpacking portable archives. This
makes it suitable for distribution but not backup because
details like file ownership and exact permissions are not
preserved.