CPM is a C/C++ Package Manager made for my diploma thesis.
Check out the latest release here for binaries, installers and tarballs.
To build the project you need CMake and ninja.
After that clone the repository and execute the following commands:
cd cpm
git submodule update --init --progress
mkdir build && cd build
cmake .. -G Ninja
cmake --build .
cmake --install . # requires sudo or Administrator
The packages that can be installed with cpm
can be found here.