{"id":28516023,"url":"https://github.com/gabrielcformiga/manufacturing-cell-formation","last_synced_at":"2025-07-17T22:34:13.641Z","repository":{"id":294236566,"uuid":"986292555","full_name":"GabrielCFormiga/manufacturing-cell-formation","owner":"GabrielCFormiga","description":null,"archived":false,"fork":false,"pushed_at":"2025-05-19T14:00:00.000Z","size":230,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-30T19:51:54.986Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GabrielCFormiga.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2025-05-19T11:48:48.000Z","updated_at":"2025-05-19T14:00:35.000Z","dependencies_parsed_at":"2025-05-19T14:46:30.302Z","dependency_job_id":null,"html_url":"https://github.com/GabrielCFormiga/manufacturing-cell-formation","commit_stats":null,"previous_names":["gabrielcformiga/manufacturing-cell-formation"],"tags_count":0,"template":false,"template_full_name":"guidantas21/cpp-meson-template","purl":"pkg:github/GabrielCFormiga/manufacturing-cell-formation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GabrielCFormiga%2Fmanufacturing-cell-formation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GabrielCFormiga%2Fmanufacturing-cell-formation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GabrielCFormiga%2Fmanufacturing-cell-formation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GabrielCFormiga%2Fmanufacturing-cell-formation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GabrielCFormiga","download_url":"https://codeload.github.com/GabrielCFormiga/manufacturing-cell-formation/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GabrielCFormiga%2Fmanufacturing-cell-formation/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265672357,"owners_count":23808844,"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":[],"created_at":"2025-06-09T03:31:45.469Z","updated_at":"2025-07-17T22:34:13.619Z","avatar_url":"https://github.com/GabrielCFormiga.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# C++ Meson Template\n\nSimple template for C++ projects with [Meson Build System](https://mesonbuild.com/). This template follows this structure:\n\n```\n├── .clang-format\n├── .clang-tidy\n├── .gitignore\n├── include\n├── meson.build\n├── README.md\n└── src\n    ├── main.cpp\n    └── meson.build\n```\n\nHere is an explanation of what is each component:\n\n- `.clang-format`: C++ code formatter;\n- `.clang-tidy`: C++ code linter;\n- `.gitignore`: Set what git must ignore (compiler generated files, build directories, ...);\n- `include/`: Directory to store the header files (`.hpp`);\n- `src/`: Directory to store the source files (`.cpp`, `.cc`, ...);\n- `src/meson.build`: Configure source files for Meson;\n- `meson`: Configure Meson;\n- `README.md`: Documentation file in markdown;\n\n## Usage\n#### 1. [Create a repository from this template](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template);\n\n#### 2. Setup meson project name:\n\nIn the `meson.build`, you can change your project name to whatever you want:\n\n```\nproject(\n    \"\u003cproject_name\u003e\",\n    ...\n)\n```\n\n#### 3. Setup the meson build:\n\nAssuming that the `build/` is the release build directory:\n\n```\nmeson setup build --buildtype=release\n```\n\nFor debugging, setup a `build_debug/` directory:\n\n```\nmeson setup build_debug --buildtype=debug\n```\n\n#### 4. Compile and run:\n\nCompile the build:\n\n```\nmeson compile -C \u003cbuild_directory\u003e\n```\n\nRun the the executable:\n\n```\n./\u003cbuild_directory\u003e/\u003cproject_name\u003e\n```\n\n#### 5. Write a `README.md` for your project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabrielcformiga%2Fmanufacturing-cell-formation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgabrielcformiga%2Fmanufacturing-cell-formation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabrielcformiga%2Fmanufacturing-cell-formation/lists"}