tar-bytestring: Reading, writing and manipulating ".tar" archive files.

[ bsd3, codec ] [ Propose Tags ]
This version is deprecated.

Fork of tar package, which currently breaks Unicode filepaths, by utilizing ByteString.Char8. This library is for working with ".tar" archive files. It can read and write a range of common variations of archive format including V7, POSIX USTAR 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.

It also provides features for random access to archive content using an index.

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.6.0.0, 0.6.1.0, 0.6.1.1, 0.6.1.2, 0.6.1.3, 0.6.2.0, 0.6.3.0, 0.6.3.1, 0.6.3.2 (info)
Change log changelog.md
Dependencies array (<0.6), base (>=4.12 && <5), bytestring (>=0.10), containers (>=0.2 && <0.7), deepseq (>=1.1 && <1.5), hpath-directory (>=0.13.1 && <0.14), hpath-filepath (>=0.10.4 && <0.11), hpath-posix (>=0.13.1 && <0.14), safe-exceptions (>=0.1), semigroups (>=0.18 && <0.19), time (>=1.8), unbuildable (<0), unix, word8 [details]
License BSD-3-Clause
Copyright 2007 Bjorn Bringert <bjorn@bringert.net> 2008-2016 Duncan Coutts <duncan@community.haskell.org> 2020 Julian Ospald <hasufell@posteo.de>
Author Duncan Coutts <duncan@community.haskell.org> Bjorn Bringert <bjorn@bringert.net>
Maintainer Julian Ospald <hasufell@posteo.de>
Category Codec
Bug tracker https://github.com/hasufell/tar-bytestring/issues
Source repo head: git clone https://github.com/hasufell/tar-bytestring.git
Uploaded by maerwald at 2020-02-16T20:08:49Z
Distributions
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 2586 total (30 in the last 30 days)
Rating 2.25 (votes: 2) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2020-02-16 [all 1 reports]