A minimal, GitHub-powered package manager for C++.
Quantpkg does not provide binaries directly. Follow these steps to install Quantpkg.
On the left side, you should see 'Releases'. Click on the 'Releases' button.
This is the Quantpkg release Version 1. In here, you should click 'Assets' and you should find the quantpkg-setup.exe.
This is the installer for Quantpkg. It automatically adds to SYSTEM Path so it works globally.
quantpkg initquantpkg install <github_user>/<repo>Examples:
quantpkg install fmtlib/fmt
quantpkg install Neargye/magic_enum[package]
name = "example"
version = "1.0.0"
[dependencies]
fmt = "fmtlib/fmt"
[build]
type = "cmake"QPKG-NOTFOUND Package does not exist.
QPKG-MISSINGFILE quantpkg.toml missing.
QPKG-NETWORK Network failure after 3 attempts.
QPKG-INSTALLFAIL Package failed to install.
MIT License. See LICENSE file.