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
- Host: GitHub
- URL: https://github.com/cpmbits/cpm-hub
- Owner: cpmbits
- License: gpl-3.0
- Created: 2020-01-22T09:00:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-12-07T20:25:13.000Z (over 4 years ago)
- Last Synced: 2025-06-19T13:53:54.806Z (12 months ago)
- Topics: c, cpm, cpp
- Language: C++
- Homepage:
- Size: 684 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CPM Hub 
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`.