{"id":18720432,"url":"https://github.com/stiffstream/sobjectizer-conan-example","last_synced_at":"2026-03-19T06:03:02.606Z","repository":{"id":92244995,"uuid":"157686358","full_name":"Stiffstream/sobjectizer-conan-example","owner":"Stiffstream","description":"An example of SObjectizer usage via Conan","archived":false,"fork":false,"pushed_at":"2021-02-23T06:52:07.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-19T14:52:25.271Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Stiffstream.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":"2018-11-15T09:34:11.000Z","updated_at":"2023-05-14T07:58:10.000Z","dependencies_parsed_at":"2023-06-13T07:15:52.672Z","dependency_job_id":null,"html_url":"https://github.com/Stiffstream/sobjectizer-conan-example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Stiffstream/sobjectizer-conan-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stiffstream%2Fsobjectizer-conan-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stiffstream%2Fsobjectizer-conan-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stiffstream%2Fsobjectizer-conan-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stiffstream%2Fsobjectizer-conan-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Stiffstream","download_url":"https://codeload.github.com/Stiffstream/sobjectizer-conan-example/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stiffstream%2Fsobjectizer-conan-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28721975,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-24T08:27:05.734Z","status":"ssl_error","status_checked_at":"2026-01-24T08:27:01.197Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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-11-07T13:31:03.874Z","updated_at":"2026-01-24T09:01:31.970Z","avatar_url":"https://github.com/Stiffstream.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"This repository contains a simple example of [SObjectizer](https://stiffstream.com/en/products/sobjectizer.html) via the corresponding Conan package.\n\n# How To Try\n\n## Docker\nThe simplest way is to use Docker and Dockerfile from the repository. For example:\n```bash\ngit clone https://github.com/Stiffstream/sobjectizer-conan-example\ncd sobjectizer-conan-example\ndocker build -t so5-conan-example .\ndocker run -it so5-conan-example /bin/bash\nsobjectizer-conan-example/build/bin/hello_world\nexit\n```\nAll necessary steps like installing Python, PIP, conan, CMake and so on are performed in Dockerfile. You can inspect Dockerfile content to see how conan can be configured and used.\n\n## Manual Build\nTo perform manual build it is necessary to have conan and CMake installed. Then you can do the following steps:\n```bash\n# Clone the demo repository.\ngit clone https://github.com/Stiffstream/sobjectizer-conan-example\ncd sobjectizer-conan-example\n# Build the example.\nmkdir build \u0026\u0026 cd build\nconan install .. --build=missing\ncmake ..\ncmake --build . --config Release\n# Check the example.\n./bin/hello_world\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstiffstream%2Fsobjectizer-conan-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstiffstream%2Fsobjectizer-conan-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstiffstream%2Fsobjectizer-conan-example/lists"}