tar-bytestring: Reading, writing and manipulating ".tar" archive files.
This version is deprecated.
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.
Modules
[Index] [Quick Jump]
Downloads
- tar-bytestring-0.6.1.0.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
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 (>=0.11.0 && <0.12), hpath-filepath (>=0.10.2 && <0.11), hpath-io (>=0.12.0 && <0.13), 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> |
Revised | Revision 1 made by maerwald at 2020-01-21T11:55:03Z |
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-01-20T19:27:48Z |
Distributions | |
Reverse Dependencies | 2 direct, 0 indirect [details] |
Downloads | 2793 total (52 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-01-20 [all 1 reports] |