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
9
10
11
12
13
14
15
16
pub mod archive;
pub mod build;
pub mod cargo;
pub mod deb;
pub mod elf;
pub mod hash;
pub mod ipk;
pub mod macos;
pub(crate) mod macros;
pub mod msix;
pub mod pkg;
pub mod rpm;
pub mod sign;
#[cfg(test)]
pub mod test;
pub mod wolf;