apple-flat-package

Crates.ioapple-flat-package
lib.rsapple-flat-package
version
sourcesrc
created_at2022-03-23 05:17:24.968758
updated_at2024-11-29 18:57:13.586952
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
Cargo.toml error:TOML parse error at line 19, column 1 | 19 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
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