{"id":20078802,"url":"https://github.com/nasso/epine-cc","last_synced_at":"2026-07-13T18:32:14.809Z","repository":{"id":92714450,"uuid":"334702032","full_name":"nasso/epine-cc","owner":"nasso","description":"Epine module for C/C++ projects using the GNU Compiler Collection or compatible compilers","archived":false,"fork":false,"pushed_at":"2021-02-05T09:31:46.000Z","size":23,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-31T03:10:40.606Z","etag":null,"topics":[],"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/nasso.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2021-01-31T16:31:07.000Z","updated_at":"2023-12-16T18:32:32.000Z","dependencies_parsed_at":"2023-03-31T11:34:29.985Z","dependency_job_id":null,"html_url":"https://github.com/nasso/epine-cc","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/nasso/epine-cc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nasso%2Fepine-cc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nasso%2Fepine-cc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nasso%2Fepine-cc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nasso%2Fepine-cc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nasso","download_url":"https://codeload.github.com/nasso/epine-cc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nasso%2Fepine-cc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35432816,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-13T02:00:06.543Z","response_time":119,"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":[],"created_at":"2024-11-13T15:16:44.257Z","updated_at":"2026-07-13T18:32:14.783Z","avatar_url":"https://github.com/nasso.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# epine-cc\n\n[Epine] module for C/C++ projects using the GNU Compiler Collection or\ncompatible compilers.\n\n## Example usage\n\n```lua\nlocal cc = require \"@nasso/epine-cc/v0.2.0-alpha\"\n\nreturn {\n    -- supported target types: cc.binary, cc.static\n    -- planned: cc.shared\n    cc.binary \"MyGKrellm\" {\n        -- target prerequisites\n        prerequisites = {\"./lib/libjzon.a\"},\n        -- language (\"C\" (default) or \"C++\")\n        lang = \"C++\",\n        -- source files\n        srcs = {find \"./src/*.cpp\"},\n        -- preprocessor flags (include dirs)\n        cppflags = {\"-I./include\", \"-I./lib/libjzon/include\"},\n        -- compiler flags\n        cxxflags = {\"-Wall\", \"-Wextra\"},\n        -- libraries\n        ldlibs = {\n            \"-lsfml-graphics\",\n            \"-lsfml-window\",\n            \"-lsfml-system\",\n            \"-ljzon\"\n        },\n        -- lib dirs and other linker flags\n        ldflags = {\"-L./lib\"}\n    },\n\n    -- [...]\n\n    action \"clean\" {\n        -- cc.cleanlist represents all the files generated during compilation\n        -- it does NOT contain the final executable or library\n        rm(cc.cleanlist)\n    }\n}\n```\n\n[Epine]: https://github.com/nasso/epine\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnasso%2Fepine-cc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnasso%2Fepine-cc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnasso%2Fepine-cc/lists"}