{"id":25026016,"url":"https://github.com/gimura2022/gnub.h","last_synced_at":"2026-02-13T13:03:39.800Z","repository":{"id":263187908,"uuid":"889619907","full_name":"gimura2022/gnub.h","owner":"gimura2022","description":"Small build system like nub.h","archived":false,"fork":false,"pushed_at":"2024-12-04T17:57:10.000Z","size":42,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-09T20:39:41.510Z","etag":null,"topics":["build-system","c"],"latest_commit_sha":null,"homepage":"","language":"C","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/gimura2022.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":"2024-11-16T19:37:48.000Z","updated_at":"2025-04-06T20:57:43.000Z","dependencies_parsed_at":"2024-12-04T17:28:15.636Z","dependency_job_id":"59ac1f9d-a2c6-4970-bdaf-f648da039295","html_url":"https://github.com/gimura2022/gnub.h","commit_stats":null,"previous_names":["gimura2022/gnub.h"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/gimura2022/gnub.h","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gimura2022%2Fgnub.h","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gimura2022%2Fgnub.h/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gimura2022%2Fgnub.h/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gimura2022%2Fgnub.h/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gimura2022","download_url":"https://codeload.github.com/gimura2022/gnub.h/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gimura2022%2Fgnub.h/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29407075,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-13T06:24:03.484Z","status":"ssl_error","status_checked_at":"2026-02-13T06:23:12.830Z","response_time":78,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["build-system","c"],"created_at":"2025-02-05T17:18:39.096Z","updated_at":"2026-02-13T13:03:39.760Z","avatar_url":"https://github.com/gimura2022.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gnub.h [![CodeFactor](https://www.codefactor.io/repository/github/gimura2022/gnub.h/badge)](https://www.codefactor.io/repository/github/gimura2022/gnub.h)\n\nSmall build system like nub.h\n\n## Quick start\n1. Clone gnub.h to you project\n2. Write build script like this:\n```c\n#include \"../gnub.h\"\n\nint main(int argc, char* argv[])\n{\n\tstruct gnub__cmd_arr self_compile = {0};\n\tgnub__compile_c(\u0026self_compile, \"cc\", \"\", \"\", \"\", \"examples/gnub_recompile_self.c\", \"gnub.new\");\n\tgnub__recompile_self(\u0026self_compile, \"gnub.new\", argv);\n\tgnub__free_commands(\u0026self_compile);\n\n\tstruct gnub__cmd_arr arr = {0};\n\tgnub__append_command(\u0026arr, \"echo\", \"Hello, world!\");\n\tgnub__execute_commands(\u0026arr);\n\tgnub__free_commands(\u0026arr);\n\t\n\treturn 0;\n}\n```\n3. Compile (`cc gnub.c -o gnub`) and run (`./gnub`)!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgimura2022%2Fgnub.h","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgimura2022%2Fgnub.h","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgimura2022%2Fgnub.h/lists"}