• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..22-Aug-2021-

READMEH A D22-Aug-2021597 1310

minitar.cH A D22-Aug-202110 KiB472370

README

1"minitar" is a minimal example of a program that uses libarchive to
2read/write various archive formats.  It's a more ambitious version of
3'untar.c' that includes compile-time options to enable/disable various
4features, including non-tar formats, archive creation, and automatic
5decompression support.
6
7I use this as a test bed to check for "link pollution," ensuring that
8a program using libarchive does not pull in unnecessary code.
9
10The "minitar" program is also a good starting point for anyone who
11wants to use libarchive for their own purposes, as it demonstrates
12basic usage of the library.
13