{"id":24755320,"url":"https://github.com/cppfw/prorab","last_synced_at":"2026-02-02T09:13:24.342Z","repository":{"id":37244489,"uuid":"43173398","full_name":"cppfw/prorab","owner":"cppfw","description":":construction_worker: non-recursive GNU make-based build framework","archived":false,"fork":false,"pushed_at":"2025-05-04T17:14:23.000Z","size":706,"stargazers_count":27,"open_issues_count":3,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-04T18:23:39.103Z","etag":null,"topics":["build-system","make","makefile"],"latest_commit_sha":null,"homepage":"","language":"Makefile","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/cppfw.png","metadata":{"files":{"readme":"README.adoc","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":["igagis"],"patreon":"igagis","custom":["https://paypal.me/igagis"]}},"created_at":"2015-09-25T20:15:02.000Z","updated_at":"2025-05-04T17:14:27.000Z","dependencies_parsed_at":"2024-08-24T10:46:05.301Z","dependency_job_id":"119f77ba-448a-4957-9f5c-f09246d58eee","html_url":"https://github.com/cppfw/prorab","commit_stats":null,"previous_names":[],"tags_count":229,"template":false,"template_full_name":null,"purl":"pkg:github/cppfw/prorab","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cppfw%2Fprorab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cppfw%2Fprorab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cppfw%2Fprorab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cppfw%2Fprorab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cppfw","download_url":"https://codeload.github.com/cppfw/prorab/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cppfw%2Fprorab/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263671808,"owners_count":23494043,"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","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":["build-system","make","makefile"],"created_at":"2025-01-28T12:38:46.128Z","updated_at":"2026-02-02T09:13:24.302Z","avatar_url":"https://github.com/cppfw.png","language":"Makefile","funding_links":["https://github.com/sponsors/igagis","https://patreon.com/igagis","https://paypal.me/igagis"],"categories":[],"sub_categories":[],"readme":":name: prorab\n\n= {name}\n\n|====\n| link:https://github.com/cppfw/{name}/releases[image:https://img.shields.io/github/tag/cppfw/{name}.svg[releases]] | link:https://github.com/cppfw/{name}/actions[image:https://github.com/cppfw/{name}/workflows/ci/badge.svg[ci status]]\n|====\n\nNon-recursive **GNU make**-based build framework.\n\nProvides rules for C/C++ library/application. Allows hierarchical makefile inclusion.\n\n== example\n\nThe `makefile` for building a C++ application with `prorab` is as simple as follows:\n```makefile\ninclude prorab.mk\n\nthis_name := myapp # this will be the executable file name\n\nthis_cxxflags += -Wall\nthis_cxxflags += -DDEBUG\n\nthis_cflags += -Wall\n\nthis_ldlibs += -lpthread\n\nthis_srcs += main.cpp myapp.cpp legacy.c\n\n$(eval $(prorab-build-app))\n```\n\n== installation and documentation\n\nSee **link:wiki/HomePage.adoc[WiKi]**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcppfw%2Fprorab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcppfw%2Fprorab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcppfw%2Fprorab/lists"}