No description
  • Rust 98.1%
  • Shell 1.9%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Jeremy Soller a7b65343e8 Merge branch 'clippy-fix' into 'master'
Fix clippy

See merge request redox-os/pkgar!42
2026-08-23 06:51:44 -06:00
pkgar Fix clippy 2026-08-21 22:33:45 +07:00
pkgar-core Fix clippy 2026-08-21 22:33:45 +07:00
pkgar-keys Fix clippy 2026-08-21 22:33:45 +07:00
pkgar-repo Bump version 2026-08-13 23:19:31 +07:00
.gitignore Fix build on Redox 2024-04-19 09:07:01 -06:00
.gitlab-ci.yml Add Gitlab CI 2026-02-22 10:41:15 +07:00
Cargo.lock Bump version 2026-08-13 23:19:31 +07:00
Cargo.toml Bump version 2026-08-13 23:19:31 +07:00
LICENSE Add license 2019-09-23 16:26:29 -06:00
README.md Drop anyhow from cli 2026-02-15 19:17:38 +07:00
test.sh Improve replace or delete operation to not overwrite locally changed files 2026-03-17 02:11:20 +07:00

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