wolfpack 0.3.1

A package manager and a build tool that supports major package formats (deb, RPM, ipk, pkg, MSIX).
Documentation
1
2
3
4
5
6
7
8
mod ar;
mod read;
mod tar;
mod write;

pub use self::read::*;
pub use self::tar::*;
pub use self::write::*;