libtar-sys 0.1.9

The package facilitates static linking with libtar.
Documentation
1
2
3
4
5
6
7
8
9
10
* library API:
  - revamp API (make analogs for Unix fs access calls)
  - add dircache list to tar handle
  - support star format(s)?
  - add support for POSIX.1-2001 pax format
  - large file support?
  - support reading from tape devices with different block sizes?
* libtar program:
  - make the libtar program a much more fully-featured tar
  - move output.c and wrapper.c from lib directory to libtar directory