Skip to content
/ pkgar Public

redox-os/pkgar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

174 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Packages

 
 
 

Contributors