summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTom Ivar Helbekkmo <tih@hamartun.priv.no>2021-03-06 14:44:02 +0100
committerTom Ivar Helbekkmo <tih@hamartun.priv.no>2021-03-06 14:44:02 +0100
commit85f0c98caef7663082ef16769e0b371e521c52e7 (patch)
tree98e81d22232c234ced059156d03010f83e9d1b0a /README.md
parent5ec9c3533ebd4ed0cabdf2a509d9dba32f4c5f1e (diff)
downloadlibarchive-85f0c98caef7663082ef16769e0b371e521c52e7.tar.gz
update top level docs with binary cpio support
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 56cd723d..d5ef70c2 100644
--- a/README.md
+++ b/README.md
@@ -79,6 +79,7 @@ Currently, the library automatically detects and reads the following formats:
* POSIX octet-oriented cpio
* SVR4 ASCII cpio
* Binary cpio (big-endian or little-endian)
+ * PWB binary cpio
* ISO9660 CD-ROM images (with optional Rockridge or Joliet extensions)
* ZIP archives (with uncompressed or "deflate" compressed entries, including support for encrypted Zip archives)
* ZIPX archives (with support for bzip2, ppmd8, lzma and xz compressed entries)
@@ -110,6 +111,8 @@ The library can create archives in any of the following formats:
* Old V7 tar format
* POSIX octet-oriented cpio
* SVR4 "newc" cpio
+ * Binary cpio (little-endian)
+ * PWB binary cpio
* shar archives
* ZIP archives (with uncompressed or "deflate" compressed entries)
* GNU and BSD 'ar' archives