An open API service indexing awesome lists of open source software.

https://github.com/cpmbits/cpm-hub

cpm bits repository
https://github.com/cpmbits/cpm-hub

c cpm cpp

Last synced: about 1 month ago
JSON representation

cpm bits repository

Awesome Lists containing this project

README

          

# CPM Hub ![C/C++ CI](https://github.com/jorsanpe/cpm-hub/workflows/C/C++%20CI/badge.svg?branch=master)

The cpm-hub service is the reference backend used by cpm to deliver dependencies.

### Compilation
cpm Hub depends on cpm for building its sources. Install cpm using pip:

`pip install --upgrade cpm-cli`

Then you can simply build the project:

`cpm build`

The project binary will be found in the build folder as `build/cpm-hub`.