{"id":29049385,"url":"https://github.com/gembcior/d-ral-model-cpp","last_synced_at":"2025-10-06T07:47:23.869Z","repository":{"id":267666147,"uuid":"807296366","full_name":"gembcior/d-ral-model-cpp","owner":"gembcior","description":"C++ model for D-RAL project","archived":false,"fork":false,"pushed_at":"2025-02-27T16:38:10.000Z","size":233,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-26T19:09:36.883Z","etag":null,"topics":["cpp","dral","embedded"],"latest_commit_sha":null,"homepage":"","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/gembcior.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}},"created_at":"2024-05-28T20:41:16.000Z","updated_at":"2025-02-26T21:29:53.000Z","dependencies_parsed_at":"2024-12-12T18:25:15.712Z","dependency_job_id":"57f52dc4-68f6-49d9-848e-8f114bd74cfb","html_url":"https://github.com/gembcior/d-ral-model-cpp","commit_stats":null,"previous_names":["gembcior/d-ral-model","gembcior/d-ral-model-cpp"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/gembcior/d-ral-model-cpp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gembcior%2Fd-ral-model-cpp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gembcior%2Fd-ral-model-cpp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gembcior%2Fd-ral-model-cpp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gembcior%2Fd-ral-model-cpp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gembcior","download_url":"https://codeload.github.com/gembcior/d-ral-model-cpp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gembcior%2Fd-ral-model-cpp/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265246012,"owners_count":23734109,"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":["cpp","dral","embedded"],"created_at":"2025-06-26T19:09:36.632Z","updated_at":"2025-10-06T07:47:18.822Z","avatar_url":"https://github.com/gembcior.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Logo](https://raw.githubusercontent.com/gembcior/d-ral-model-cpp/master/doc/logo.svg)\n\n\u003ch1 align=\"center\"\u003eC++ model for D-RAL project\u003c/h1\u003e\n\n## What is it?\nThe C++ model that is required to use the [D-RAL](https://github.com/gembcior/d-ral) project.\n\nAs a standalone project, it is useless. See [D-RAL README](https://github.com/gembcior/d-ral/blob/main/README.md) and [DRAL Wiki](https://github.com/gembcior/d-ral/wiki) for more details.\n\n## How to use it?\nEvery release contains a package with header files only and package for CMake. Choose the one that fits your needs.\n\n### With CMake\nUse FetchContent to download the package. Then the `dral::model` target will be available.\n\n#### Latest release\n\n```cmake\ninclude(FetchContent)\n\nFetchContent_Declare(dral_model\n  URL https://github.com/gembcior/d-ral-model-cpp/releases/latest/download/d-ral-model-cmake.tar.gz\n  EXCLUDE_FROM_ALL\n)\n\nFetchContent_MakeAvailable(dral_model)\n```\n\n#### Specific release\n\n```cmake\ninclude(FetchContent)\n\nset(DRAL_MODEL_VERSION \"v0.2.0\")\n\nFetchContent_Declare(dral_model\n  URL https://github.com/gembcior/d-ral-model-cpp/releases/download/${DRAL_MODEL_VERSION}/d-ral-model-cmake.tar.gz\n  EXCLUDE_FROM_ALL\n)\n\nFetchContent_MakeAvailable(dral_model)\n```\n\n### Header files only\nDownload the package from latest or specific release.\nPackage contains only the header files. Copy them to your project.\n\n#### Latest release\n\n```\nhttps://github.com/gembcior/d-ral-model-cpp/releases/latest/download/d-ral-model.tar.gz\n```\n\n#### Specific release\n\n```\nhttps://github.com/gembcior/d-ral-model-cpp/releases/download/v0.2.0/d-ral-model.tar.gz\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgembcior%2Fd-ral-model-cpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgembcior%2Fd-ral-model-cpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgembcior%2Fd-ral-model-cpp/lists"}