{"id":24227610,"url":"https://github.com/cpmbits/cpm","last_synced_at":"2025-12-13T22:02:33.082Z","repository":{"id":44797323,"uuid":"234648685","full_name":"cpmbits/cpm","owner":"cpmbits","description":"A modern project management tool for C/C++ projects","archived":false,"fork":false,"pushed_at":"2022-02-25T07:52:49.000Z","size":2728,"stargazers_count":11,"open_issues_count":58,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-04T21:50:48.295Z","etag":null,"topics":["c","cpp","dependency-manager","framework"],"latest_commit_sha":null,"homepage":"http://cpmbits.com","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cpmbits.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-01-17T22:36:10.000Z","updated_at":"2024-11-26T14:51:25.000Z","dependencies_parsed_at":"2022-09-19T05:10:39.671Z","dependency_job_id":null,"html_url":"https://github.com/cpmbits/cpm","commit_stats":null,"previous_names":["jorsanpe/cpm"],"tags_count":26,"template":false,"template_full_name":null,"purl":"pkg:github/cpmbits/cpm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpmbits%2Fcpm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpmbits%2Fcpm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpmbits%2Fcpm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpmbits%2Fcpm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cpmbits","download_url":"https://codeload.github.com/cpmbits/cpm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpmbits%2Fcpm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274705002,"owners_count":25334445,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-11T02:00:13.660Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["c","cpp","dependency-manager","framework"],"created_at":"2025-01-14T10:18:22.948Z","updated_at":"2025-12-13T22:02:32.534Z","avatar_url":"https://github.com/cpmbits.png","language":"Python","readme":"# cpm: A modern project management tool for C/C++ projects  ![CI](https://github.com/jorsanpe/cpm/workflows/CI/badge.svg)\n\nYou can find the [documentation](https://cpmbits.com/documentation/getting-started.html) in the [cpmbits website](https://cpmbits.com).\n\n## Installation\n`pip3 install cpm-cli`\n\nCPM depends on [CMake](https://cmake.org/) and [ninja](https://ninja-build.org/) for the build process.\n\n## Getting started\n```\ncpm create DeathStartLaserBackend\ncd DeathStartLaserBackend\ncpm build\n```\n\nAfter creating the project, the binary will be available in the project `build` directory. \n```\n./build/DeathStartLaserBackend\n```\n\n### Manage dependencies\nCPM manages your project dependencies through CPM-Hub. In order to install a bit, declare it in the project descriptor:\n\n```yaml\nbuild:\n  bits:\n    sqlite3: '3.32.3'\ntest:\n  bits:\n    cest: '1.0'\n```\n\nThen use the command line to install all dependencies.\n\n```\ncpm install\n```\n\n### Run your tests\n```\ncpm test\n```\n\nTest sources reside in the `tests` directory. `cpm` will consider as test suites any files that match the expression\n`test_*.cpp`.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcpmbits%2Fcpm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcpmbits%2Fcpm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcpmbits%2Fcpm/lists"}