{"id":22513282,"url":"https://github.com/k4zoku/c-temp","last_synced_at":"2025-03-28T01:23:12.089Z","repository":{"id":265695157,"uuid":"896018001","full_name":"K4zoku/c-temp","owner":"K4zoku","description":"Template for C project, not to be confused with template in CPP","archived":false,"fork":false,"pushed_at":"2024-11-30T15:01:16.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-02T03:18:40.200Z","etag":null,"topics":["build","c","cross-platform","make","makefile","project","template"],"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/K4zoku.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-29T11:33:12.000Z","updated_at":"2024-12-01T02:28:10.000Z","dependencies_parsed_at":"2024-11-30T15:41:21.691Z","dependency_job_id":null,"html_url":"https://github.com/K4zoku/c-temp","commit_stats":null,"previous_names":["k4zoku/c-temp"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/K4zoku%2Fc-temp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/K4zoku%2Fc-temp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/K4zoku%2Fc-temp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/K4zoku%2Fc-temp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/K4zoku","download_url":"https://codeload.github.com/K4zoku/c-temp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245950632,"owners_count":20699100,"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","c","cross-platform","make","makefile","project","template"],"created_at":"2024-12-07T03:11:00.145Z","updated_at":"2025-03-28T01:23:12.066Z","avatar_url":"https://github.com/K4zoku.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Template\n\nA template for C library project.\n\n## Features\n\n- [x] Recursive source file search.\n- [x] Build profiles for debug and release.\n- [x] Cross-platform support.\n- [x] Unit test support. (Unit test framework not included)\n- [x] Run tests in parallel with `make -j`.\n- [x] Documentation support. (Doxide)\n- [x] Experimental code coverage support. (Doxide with gcov/llvm-cov)\n- [x] Dependency management. (Configuring the `LDFLAGS` and `LDLIBS` is enough for most cases)\n\n\n## Project Structure\n\n```\n.make/           # Makefile templates\nbuild/           # Build output directory\n  bin/           # Executable output directory\n  lib/           # Library output directory\n  obj/           # Object file output directory\n  test/          # Unit test output directory\ndocs/            # Documentation files\ninclude/         # Public header files\nsrc/             # Source files\ntest/            # Unit test files\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fk4zoku%2Fc-temp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fk4zoku%2Fc-temp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fk4zoku%2Fc-temp/lists"}