{"id":23681481,"url":"https://github.com/codecat/ccpm","last_synced_at":"2025-10-03T14:59:18.727Z","repository":{"id":141492249,"uuid":"243991024","full_name":"codecat/ccpm","owner":"codecat","description":"Premake5 framework.","archived":false,"fork":false,"pushed_at":"2020-05-07T16:11:15.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-07T12:04:33.462Z","etag":null,"topics":["lua","pkgconfig","premake5"],"latest_commit_sha":null,"homepage":null,"language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codecat.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":"License.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-02-29T15:16:12.000Z","updated_at":"2020-05-07T16:12:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"4dd90775-64fd-4580-9dd7-914894044b76","html_url":"https://github.com/codecat/ccpm","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codecat/ccpm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecat%2Fccpm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecat%2Fccpm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecat%2Fccpm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecat%2Fccpm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codecat","download_url":"https://codeload.github.com/codecat/ccpm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecat%2Fccpm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278180004,"owners_count":25943400,"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-10-03T02:00:06.070Z","response_time":53,"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":["lua","pkgconfig","premake5"],"created_at":"2024-12-29T18:39:28.883Z","updated_at":"2025-10-03T14:59:18.720Z","avatar_url":"https://github.com/codecat.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CCPM\nThe Codecat Premake framework. Works with the latest version of [premake5](https://premake.github.io/).\n\nAlso includes a way to link libraries using `pkg-config` files, by using the `ccpm_pkg()` function.\n\n## Example usage\nThe following premake file will create a `test` workspace with a `test` console application project, which has its source code located in the `test` folder, and also links with SFML using the `sfml-all` package.\n\n```lua\ndofile('ccpm/ccpm.lua')\n\nccpm_workspace 'test'\n\tccpm_consoleapp 'test'\n\t\tccpm_sources 'test'\n\t\tccpm_pkg 'sfml-all'\n\nccpm_report()\n```\n\nNote that `ccpm_pkg()` currently only works on Linux. There is no Windows support yet. It currently also only handles `-L`, `-l`, `-I`, and `-D` flags.\n\n## Documentation\nSorry, not yet.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodecat%2Fccpm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodecat%2Fccpm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodecat%2Fccpm/lists"}