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
mod package;
mod package_info;

pub use self::package::*;
pub use self::package_info::*;