diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-10-12 17:44:30 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-10-12 17:44:30 (EDT) |
commit | f6c2488b03b86743fe4923703d741b48dc71ae1c (patch) | |
tree | 43bd3d8ebd4a4fd8cf2dfaa687cc19bdb8f778c4 /substvars | |
parent | 5c067c424dd1696e691c23c3ab71285bd2dde9be (diff) |
Add binary packages
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. |