cpio800 B
CPIO Archive (newc/SVR4)
A cpio archive in the newc (SVR4) format with four members — the Unix archive format used by initramfs and RPM. Hand-written to spec and documented down to its member list; for testing cpio extractors and converters.
Archive contents — 4 entriescpio
- README.txt
- hello.py
- values.csv
- LICENSE
Specifications
- Format
- cpio newc (SVR4, magic 070701)
- Members
- 4
- Note
- hand-written to spec, fixed mtimes
Related files
- arUnix ar ArchiveA Unix ar archive with three members — the simple format that backs static libraries (.a) and Debian packages (.deb). Hand-written to spec; for testing ar extractors and archive tooling.

- 7z7z - LZMA2 ArchiveA 7-Zip archive using LZMA2 compression, containing a small documented file tree. For testing 7z extraction and conversion.

- 7z7z - Password ProtectedA password-protected 7z archive (AES-256, encrypted header). The password is “novus-example” — printed here on purpose so you can test encrypted-archive extraction. Contains only harmless sample text.

- bz2BZ2 - Bzip2 Single FileA single text file compressed with bzip2 — the container-free codec on its own, for testing decompression and codec detection.

- zipDataset Bundle (ZIP)A dataset bundle ZIP — a CSV with its JSON Schema, a README, and a LICENSE — the way datasets are commonly distributed. For testing unpack-and-validate pipelines and dataset importers.

- gzGZ - Gzip Single FileA single text file compressed with gzip — the container-free codec on its own, for testing decompression and codec detection.

Generated by generation/archives_extra.py. Free for any use, no attribution required — license.