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
17
18
# Wolfpack

[![Crates.io Version](https://img.shields.io/crates/v/wolfpack)](https://crates.io/crates/wolfpack)
[![Docs](https://docs.rs/wolfpack/badge.svg)](https://docs.rs/wolfpack)
[![dependency status](https://deps.rs/repo/github/igankevich/wolfpack/status.svg)](https://deps.rs/repo/github/igankevich/wolfpack)

A package manager and a build tool that supports major package formats (deb, RPM, ipk, pkg, MSIX).
Wolfpack allows one to
- install packages from foreign Linux distributions,
- generate packages for supported Linux distributions using supported language-specific build tools — _work-in-progress_,
- generate Wolfpack packages installable in all major operating systems (Linux-based, FreeBSD, MacOS, Windows) — _work-in-progress_.


## Installation

```bash
cargo install wolfpack
```