diff options
Diffstat (limited to 'substvars')
-rw-r--r-- | substvars | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/substvars b/substvars new file mode 100644 index 0000000..302ded4 --- /dev/null +++ b/substvars @@ -0,0 +1,8 @@ +Common-Description: + The libarchive library provides a flexible interface for reading and writing + archives in various formats such as tar and cpio. libarchive also supports + reading and writing archives compressed using various compression filters such + as gzip and bzip2. The library is inherently stream-oriented; readers serially + iterate through the archive, writers serially add things to the archive. In + particular, note that there is currently no built-in support for random access + nor for in-place modification. |