{"id":22253405,"url":"https://github.com/tblauwe/cls_example","last_synced_at":"2026-02-09T10:03:28.776Z","repository":{"id":244122716,"uuid":"814329991","full_name":"TBlauwe/CLS_Example","owner":"TBlauwe","description":"Repository generated from cpp_lib_starter template repository","archived":false,"fork":false,"pushed_at":"2024-06-12T20:01:47.000Z","size":96,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-29T22:36:48.477Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CMake","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/TBlauwe.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-06-12T19:49:53.000Z","updated_at":"2024-06-12T20:01:50.000Z","dependencies_parsed_at":"2024-06-13T02:07:34.725Z","dependency_job_id":"6bd23b10-cd44-4328-845f-1019206f34e9","html_url":"https://github.com/TBlauwe/CLS_Example","commit_stats":null,"previous_names":["tblauwe/cls_example"],"tags_count":0,"template":false,"template_full_name":"TBlauwe/cpp_lib_starter","purl":"pkg:github/TBlauwe/CLS_Example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TBlauwe%2FCLS_Example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TBlauwe%2FCLS_Example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TBlauwe%2FCLS_Example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TBlauwe%2FCLS_Example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TBlauwe","download_url":"https://codeload.github.com/TBlauwe/CLS_Example/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TBlauwe%2FCLS_Example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29261651,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-09T04:11:57.159Z","status":"ssl_error","status_checked_at":"2026-02-09T04:11:56.117Z","response_time":56,"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":[],"created_at":"2024-12-03T07:18:17.607Z","updated_at":"2026-02-09T10:03:28.448Z","avatar_url":"https://github.com/TBlauwe.png","language":"CMake","readme":"![C++](https://img.shields.io/badge/c++%2020%20Library-%2300599C.svg?style=for-the-badge\u0026logo=cplusplus\u0026logoColor=white)\n![CMake](https://img.shields.io/badge/CMake-%232B2F33.svg?style=for-the-badge\u0026logo=cmake)\n[![Version](https://img.shields.io/github/v/release/TBlauwe/CLS_Example?include_prereleases\u0026style=for-the-badge)](https://github.com/TBlauwe/CLS_Example/releases)\n[![MIT](https://img.shields.io/badge/license-TBD-blue.svg?style=for-the-badge)](https://github.com/TBlauwe/CLS_Example/blob/master/LICENSE)\n[![Documentation link](https://img.shields.io/badge/Docs-blue?logo=readthedocs\u0026logoColor=white\u0026style=for-the-badge)](https://TBlauwe.github.io/CLS_Example/)\n[![Examples](https://img.shields.io/badge/Examples-darkviolet?\u0026style=for-the-badge)](https://TBlauwe.github.io/CLS_Example/examples.html)\n\n![Windows GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/TBlauwe/CLS_Example/windows.yaml?style=flat-square\u0026logo=windows10\u0026label=Windows%20(Clang-cl%2C%20MSVC))\n![Ubuntu GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/TBlauwe/CLS_Example/ubuntu.yaml?style=flat-square\u0026logo=ubuntu\u0026logoColor=white\u0026label=Ubuntu%20(Clang%2C%20GCC))\n![MacOS GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/TBlauwe/CLS_Example/ubuntu.yaml?style=flat-square\u0026logo=apple\u0026logoColor=white\u0026label=MacOS%20(Clang%2C%20GCC))\n![Documentation GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/TBlauwe/CLS_Example/documentation.yaml?style=flat-square\u0026logo=github\u0026logoColor=white\u0026label=Documentation)\n\n\u003c/br\u003e\n\n\u003cdiv align=\"center\"\u003e\n\nRepository generated from cpp_lib_starter template repository\n\n\u003c/div\u003e\n\n\n## Features\n\n* \n\n## Getting started\n\n### Installation\n\nUsing **[CPM](https://github.com/cpm-cmake/)**, add the following lines to your cmake file:\n\n```cmake\nCPMAddPackage(\n  NAME CLS_Example\n  GITHUB_REPOSITORY TBlauwe/CLS_Example\n)\n\ntarget_link_libraries(your_target PUBLIC CLS_Example)\n```\n\n\u003cdetails\u003e\n\u003csummary\u003e CMake options \u003c/summary\u003e\n\n| Options | Default | Description |\n| ---: | :---: | :--- |\n| `CLS_EXAMPLE_SKIP_DEPENDENCIES` | `true` in consumer mode, `false` otherwise | Disable automatic dependencies downloading with **[CPM](https://github.com/cpm-cmake/)** |\n| `CPM_MY_DEPENDENCY_VERSION` | `true` in consumer mode, `false` otherwise | Override a dependency's version. Value must be a git tag, e.g `master`, `v3.12`, `1.0` |\n\n\u003c/details\u003e\n\n### Minimal example\n\n\u003c!--BEGIN_INCLUDE=\"examples/getting_started.cpp\"--\u003e\n```cpp\n#include \u003cCLS_Example/core.h\u003e\n```\n\u003c!--END_INCLUDE--\u003e\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftblauwe%2Fcls_example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftblauwe%2Fcls_example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftblauwe%2Fcls_example/lists"}