mirror of
https://github.com/redox-os/pkgar
synced 2026-08-25 07:56:04 +00:00
No description
- Rust 98.1%
- Shell 1.9%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
|
||
| pkgar | ||
| pkgar-core | ||
| pkgar-keys | ||
| pkgar-repo | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| Cargo.lock | ||
| Cargo.toml | ||
| LICENSE | ||
| README.md | ||
| test.sh | ||
pkgar - Package Archive
Pkgar is the package archive format for Redox OS.
Project Layout
There are currently two crates in this repo. See their READMEs for more specific docs:
pkgar: The implementation of the pkgar file format as a library, and a cli tool for manpulating pkgar packages.pkgar-keys: Key management tool/library for pkgar.
Install
- Installing from crates.io:
cargo install pkgar pkgar-keys --features=cli
- Installing locally
cargo install --path=pkgar --features=cli
cargo install --path=pkgar-keys --features=cli