apple-flat-package

Crates.ioapple-flat-package
lib.rsapple-flat-package
version0.19.0
sourcesrc
created_at2022-03-23 05:17:24.968758
updated_at2024-11-03 01:46:28.390078
descriptionApple flat package (.pkg) format handling
homepagehttps://github.com/indygreg/apple-platform-rs
repositoryhttps://github.com/indygreg/apple-platform-rs.git
max_upload_size
id555050
size52,534
Gregory Szorc (indygreg)

documentation

README

apple-flat-package

This crate implements an interface to Apple's flat package installer package file format. This is the XAR-based installer package (.pkg) format used since macOS 10.5.

The interface is in pure Rust and doesn't require the use of Apple specific tools or hardware to run. The functionality in this crate could be used to reimplement Apple installer tools like pkgbuild and productbuild.

Commit count: 7136

cargo fmt