{"id":18720443,"url":"https://github.com/stiffstream/so5extra-conan-example","last_synced_at":"2025-08-09T15:24:02.154Z","repository":{"id":92244909,"uuid":"157841485","full_name":"Stiffstream/so5extra-conan-example","owner":"Stiffstream","description":"An example of usage so_5_extra via Conan.","archived":false,"fork":false,"pushed_at":"2021-02-25T08:25:28.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-12-28T11:28:14.901Z","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":"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-16T09:09:03.000Z","updated_at":"2021-02-25T08:25:31.000Z","dependencies_parsed_at":"2023-03-30T20:19:31.576Z","dependency_job_id":null,"html_url":"https://github.com/Stiffstream/so5extra-conan-example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stiffstream%2Fso5extra-conan-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stiffstream%2Fso5extra-conan-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stiffstream%2Fso5extra-conan-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stiffstream%2Fso5extra-conan-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Stiffstream","download_url":"https://codeload.github.com/Stiffstream/so5extra-conan-example/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239583560,"owners_count":19663220,"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":"2024-11-07T13:31:05.380Z","updated_at":"2025-02-19T02:25:39.374Z","avatar_url":"https://github.com/Stiffstream.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"This repository contains a couple of simple examples those use [so5extra](https://github.com/Stiffstream/so5extra) 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\ncd so5extra-conan-example\ndocker build -t so5-conan-example .\ndocker run -it so5-conan-example /bin/bash\n./so5extra-conan-example/build/bin/delivery_receipt\n./so5extra-conan-example/build/bin/asio_tp_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/so5extra-conan-example\ncd so5extra-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/delivery_receipt\n./bin/asio_tp_hello_world\n```\n\nPlease note that the following commands maybe necessary too:\n\n```bash\nRUN conan profile new default --detect\nRUN conan profile update settings.compiler.libcxx=libstdc++11 default\n```\n\nThey have to be issued just before calling `conan install`.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstiffstream%2Fso5extra-conan-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstiffstream%2Fso5extra-conan-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstiffstream%2Fso5extra-conan-example/lists"}